Home
last modified time | relevance | path

Searched refs:sctp_input_with_port (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_var.h328 void sctp_input_with_port(struct mbuf *, int, uint16_t);
H A Dsctp_pcb.c5548 sctp_input_with_port(m, off, 0); in sctp_queue_to_mcore()
5556 sctp_input_with_port(m, off, 0); in sctp_queue_to_mcore()
5617 sctp_input_with_port(m, off, 0); in sctp_mcore_thread()
H A Dsctp_input.c5699 sctp_input_with_port(struct mbuf *i_pak, int off, uint16_t port) in sctp_input_with_port() function
5848 sctp_input_with_port(m, off, 0); in sctp_input()
H A Dsctputil.c7137 sctp_input_with_port(m, off, port); in sctp_recv_udp_tunneled_packet()