Searched refs:tcp_input (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | in_proto.c | 185 PR_WRAP_INPUT(tcp_input) in PR_WRAP_CTLINPUT() 202 #define tcp_input tcp_input_wrapper in PR_WRAP_CTLINPUT() macro 290 .pr_input = tcp_input,
|
H A D | files.netinet | 44 file netinet/tcp_input.c inet | inet6
|
H A D | tcp_var.h | 817 void tcp_input(struct mbuf *, int, int);
|
H A D | tcp_input.c | 1 /* $NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $ */ 137 * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 141 __KERNEL_RCSID(0, "$NetBSD: tcp_input.c,v 1.441 2024/10/08 06:17:14 rin Exp $"); 827 tcp_input(m, *offp, proto); in tcp4_log_refused() 986 * This code is duplicated from the one in tcp_input(). in tcp_vtw_input() 1186 tcp_input(struct mbuf *m, int off, int proto) in tcp_input() 1177 tcp_input(struct mbuf *m, int off, int proto) tcp_input() function
|
/netbsd-src/sys/rump/net/lib/libnetinet/ |
H A D | Makefile.inc | 17 SRCS+= tcp_congctl.c tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c \
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | putnexts_example.txt | 161 ip`tcp_input+0x39
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | putnexts_example.txt | 161 ip`tcp_input+0x39
|