HomeSort by: relevance | last modified time | path
    Searched defs:tcp_ctloutput (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
in_proto.c 161 PR_WRAP_CTLOUTPUT(tcp_ctloutput)
165 #define tcp_ctloutput tcp_ctloutput_wrapper macro
292 .pr_ctloutput = tcp_ctloutput,
in_proto.c 161 PR_WRAP_CTLOUTPUT(tcp_ctloutput)
165 #define tcp_ctloutput tcp_ctloutput_wrapper macro
292 .pr_ctloutput = tcp_ctloutput,
tcp_usrreq.c 258 tcp_ctloutput(int op, struct socket *so, struct sockopt *sopt) function in typeref:typename:int
tcp_usrreq.c 258 tcp_ctloutput(int op, struct socket *so, struct sockopt *sopt) function in typeref:typename:int
  /src/sys/netinet6/
in6_proto.c 154 PR_WRAP_CTLOUTPUT(tcp_ctloutput)
159 #define tcp_ctloutput tcp_ctloutput_wrapper macro
300 .pr_ctloutput = tcp_ctloutput,
in6_proto.c 154 PR_WRAP_CTLOUTPUT(tcp_ctloutput)
159 #define tcp_ctloutput tcp_ctloutput_wrapper macro
300 .pr_ctloutput = tcp_ctloutput,

Completed in 27 milliseconds