Searched refs:p_length (Results 1 – 3 of 3) sorted by relevance
261 int p_length; member267 int p_length; member
281 int p_length; member287 int p_length; member
2562 uint32_t p_length; in sctp_compose_asconf() local2614 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length); in sctp_compose_asconf()2616 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()2617 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()2655 memcpy(ptr, &aa->ap, p_length); in sctp_compose_asconf()2666 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()2667 ptr += SCTP_SIZE32(p_length); in sctp_compose_asconf()