Searched refs:sctp6_input_with_port (Results 1 – 3 of 3) sorted by relevance
44 int sctp6_input_with_port(struct mbuf **, int *, uint16_t);
58 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) in sctp6_input_with_port() function167 return (sctp6_input_with_port(i_pak, offp, 0)); in sctp6_input()
7201 sctp6_input_with_port(&m, &off, port); in sctp_recv_udp_tunneled_packet()