Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_input.c599 return (tcp_input_with_port(mp, offp, proto, port)); in tcp6_input_with_port()
611 tcp_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port) in tcp_input_with_port() function
1499 return(tcp_input_with_port(mp, offp, proto, 0)); in tcp_input()
H A Dtcp_var.h1409 int tcp_input_with_port(struct mbuf **, int *, int, uint16_t);
H A Dtcp_subr.c626 tcp_input_with_port(&m, &off, IPPROTO_TCP, port); in tcp_recv_udp_tunneled_packet()