Searched refs:sctp_ctloutput (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | in_proto.c | 177 PR_WRAP_CTLOUTPUT(sctp_ctloutput) in PR_WRAP_CTLINPUT() 180 #define sctp_ctloutput sctp_ctloutput_wrapper in PR_WRAP_CTLINPUT() macro 317 .pr_ctloutput = sctp_ctloutput, 328 .pr_ctloutput = sctp_ctloutput, 338 .pr_ctloutput = sctp_ctloutput,
|
H A D | sctp_var.h | 146 int sctp_ctloutput(int, struct socket *, struct sockopt *);
|
H A D | sctp_usrreq.c | 3234 sctp_ctloutput(int op, struct socket *so, struct sockopt *sopt) in sctp_ctloutput() function
|
/netbsd-src/sys/netinet6/ |
H A D | in6_proto.c | 173 PR_WRAP_CTLOUTPUT(sctp_ctloutput) in PR_WRAP_CTLINPUT() 176 #define sctp_ctloutput sctp_ctloutput_wrapper in PR_WRAP_CTLINPUT() macro 327 .pr_ctloutput = sctp_ctloutput, 337 .pr_ctloutput = sctp_ctloutput, 347 .pr_ctloutput = sctp_ctloutput,
|