Searched refs:tcp_input_with_port (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 599 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 D | tcp_var.h | 1409 int tcp_input_with_port(struct mbuf **, int *, int, uint16_t);
|
H A D | tcp_subr.c | 626 tcp_input_with_port(&m, &off, IPPROTO_TCP, port); in tcp_recv_udp_tunneled_packet()
|