Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dtcp6_var.h78 int tcp6_input(struct mbuf **, int *, int);
H A Din6_proto.c171 .pr_input = tcp6_input,
/f-stack/freebsd/netinet/
H A Dtcp_input.c575 tcp6_input(struct mbuf **mp, int *offp, int proto) in tcp6_input() function