Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Ddkio.h261 int p_length; member
267 int p_length; member
/freebsd/sys/netinet/
H A Dsctp_asconf.c2561 uint32_t p_length, overhead; in sctp_compose_asconf() local
2627 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length); in sctp_compose_asconf()
2629 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu - overhead) || in sctp_compose_asconf()
2630 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()
2668 memcpy(ptr, &aa->ap, p_length); in sctp_compose_asconf()
2679 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2680 ptr += SCTP_SIZE32(p_length); in sctp_compose_asconf()