Searched refs:tcp6_input_with_port (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | tcp6_var.h | 73 int tcp6_input_with_port(struct mbuf **, int *, int, uint16_t);
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 564 tcp6_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port) in tcp6_input_with_port() function 601 return(tcp6_input_with_port(mp, offp, proto, 0)); in tcp6_input()
|
H A D | tcp_subr.c | 633 tcp6_input_with_port(&m, &off, IPPROTO_TCP, port); in tcp_recv_udp_tunneled_packet()
|