Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_proto.c161 PR_WRAP_CTLOUTPUT(tcp_ctloutput) in PR_WRAP_CTLINPUT()
165 #define tcp_ctloutput tcp_ctloutput_wrapper in PR_WRAP_CTLINPUT() macro
292 .pr_ctloutput = tcp_ctloutput,
H A Dtcp_var.h798 int tcp_ctloutput(int, struct socket *, struct sockopt *);
H A Dtcp_usrreq.c258 tcp_ctloutput(int op, struct socket *so, struct sockopt *sopt) in tcp_ctloutput() function
/netbsd-src/sys/netinet6/
H A Din6_proto.c154 PR_WRAP_CTLOUTPUT(tcp_ctloutput) in PR_WRAP_CTLINPUT()
159 #define tcp_ctloutput tcp_ctloutput_wrapper in PR_WRAP_CTLINPUT() macro
300 .pr_ctloutput = tcp_ctloutput,