Home
last modified time | relevance | path

Searched refs:p_length (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_asconf.c2581 uint32_t p_length; in sctp_compose_asconf() local
2633 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length); in sctp_compose_asconf()
2635 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()
2636 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()
2674 memcpy(ptr, &aa->ap, p_length); in sctp_compose_asconf()
2685 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2686 ptr += SCTP_SIZE32(p_length); in sctp_compose_asconf()