Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c61 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) in sctp6_input_with_port() argument
78 if (SCTP_GET_PKT_VRFID(*i_pak, vrf_id)) { in sctp6_input_with_port()
79 SCTP_RELEASE_PKT(*i_pak); in sctp6_input_with_port()
82 m = SCTP_HEADER_TO_CHAIN(*i_pak); in sctp6_input_with_port()
168 sctp6_input(struct mbuf **i_pak, int *offp, int proto SCTP_UNUSED) in sctp6_input() argument
170 return (sctp6_input_with_port(i_pak, offp, 0)); in sctp6_input()
/f-stack/freebsd/netinet/
H A Dsctp_uio.h1262 struct mbuf *i_pak,
H A Dsctp_input.c5699 sctp_input_with_port(struct mbuf *i_pak, int off, uint16_t port) in sctp_input_with_port() argument
5716 if (SCTP_GET_PKT_VRFID(i_pak, vrf_id)) { in sctp_input_with_port()
5717 SCTP_RELEASE_PKT(i_pak); in sctp_input_with_port()
5720 m = SCTP_HEADER_TO_CHAIN(i_pak); in sctp_input_with_port()
H A Dsctp_output.c12460 struct mbuf *i_pak, in sctp_lower_sosend() argument
12505 if (i_pak) { in sctp_lower_sosend()
12506 SCTP_RELEASE_PKT(i_pak); in sctp_lower_sosend()
12510 if ((uio == NULL) && (i_pak == NULL)) { in sctp_lower_sosend()
12523 top = SCTP_HEADER_TO_CHAIN(i_pak); in sctp_lower_sosend()
12524 sndlen = SCTP_HEADER_LEN(i_pak); in sctp_lower_sosend()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h1262 struct mbuf *i_pak,