Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_module.c65 error = ipproto_register(IPPROTO_SCTP, sctp_input, sctp_ctlinput); in sctp_module_load()
H A Dsctp_var.h323 ipproto_ctlinput_t sctp_ctlinput; variable
H A Dip_input.c373 IPPROTO_REGISTER(IPPROTO_SCTP, sctp_input, sctp_ctlinput); in ip_init()
H A Dsctp_usrreq.c260 sctp_ctlinput(struct icmp *icmp) in sctp_ctlinput() function