Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dsctp6_var.h47 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
H A Dsctp6_usrreq.c61 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) in sctp6_input_with_port() function
170 return (sctp6_input_with_port(i_pak, offp, 0)); in sctp6_input()
/f-stack/freebsd/netinet/
H A Dsctputil.c7144 sctp6_input_with_port(&m, &off, port); in sctp_recv_udp_tunneled_packet()