Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Din6_proto.c181 PR_WRAP_INPUT6(tcp6_input) in PR_WRAP_CTLINPUT()
198 #define tcp6_input tcp6_input_wrapper in PR_WRAP_CTLINPUT() macro
298 .pr_input = tcp6_input,
/netbsd-src/sys/netinet/
H A Dtcp_var.h815 int tcp6_input(struct mbuf **, int *, int);
H A Dtcp_input.c805 tcp6_input(struct mbuf **mp, int *offp, int proto) in tcp6_input()
796 tcp6_input(struct mbuf **mp, int *offp, int proto) tcp6_input() function