Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dsctp6_var.h44 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
H A Dsctp6_usrreq.c58 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) in sctp6_input_with_port() function
167 return (sctp6_input_with_port(i_pak, offp, 0)); in sctp6_input()
/freebsd/sys/netinet/
H A Dsctputil.c7201 sctp6_input_with_port(&m, &off, port); in sctp_recv_udp_tunneled_packet()