Searched refs:i_pak (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | sctp6_usrreq.c | 58 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) in sctp6_input_with_port() argument 75 if (SCTP_GET_PKT_VRFID(*i_pak, vrf_id)) { in sctp6_input_with_port() 76 SCTP_RELEASE_PKT(*i_pak); in sctp6_input_with_port() 79 m = SCTP_HEADER_TO_CHAIN(*i_pak); in sctp6_input_with_port() 165 sctp6_input(struct mbuf **i_pak, int *offp, int proto SCTP_UNUSED) in sctp6_input() argument 167 return (sctp6_input_with_port(i_pak, offp, 0)); in sctp6_input()
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 5702 sctp_input_with_port(struct mbuf *i_pak, int off, uint16_t port) in sctp_input_with_port() argument 5719 if (SCTP_GET_PKT_VRFID(i_pak, vrf_id)) { in sctp_input_with_port() 5720 SCTP_RELEASE_PKT(i_pak); in sctp_input_with_port() 5723 m = SCTP_HEADER_TO_CHAIN(i_pak); in sctp_input_with_port()
|