Home
last modified time | relevance | path

Searched refs:tcp_ctlinput (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_proto.c153 PR_WRAP_CTLINPUT(tcp_ctlinput) in PR_WRAP_CTLINPUT()
157 #define tcp_ctlinput tcp_ctlinput_wrapper in PR_WRAP_CTLINPUT() macro
291 .pr_ctlinput = tcp_ctlinput,
H A Dtcp_var.h797 void *tcp_ctlinput(int, const struct sockaddr *, void *);
H A Dtcp_subr.c1379 tcp_ctlinput(int cmd, const struct sockaddr *sa, void *v) in tcp_ctlinput() function