Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dtcp6_var.h73 int tcp6_input_with_port(struct mbuf **, int *, int, uint16_t);
/freebsd/sys/netinet/
H A Dtcp_input.c564 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 Dtcp_subr.c633 tcp6_input_with_port(&m, &off, IPPROTO_TCP, port); in tcp_recv_udp_tunneled_packet()