Searched refs:tcp_input (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template73 tcp_input.o \
225 tcp_input.o \
H A Dfiles298 bsd/netinet/tcp_input.c optional inet
/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c133 tcp_input, 0, tcp_ctlinput, tcp_ctloutput,
H A Dtcp_var.h430 * processing (in tcp_input), but not held in the tcpcb.
484 #define TCP_DELTA_SHIFT 2 /* see tcp_input.c */
1021 void tcp_input(struct mbuf *, int);
H A Dtcp_input.c60 * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
61 * $FreeBSD: src/sys/netinet/tcp_input.c,v 1.107.2.16 2001/08/22 00:59:12 silby Exp $
799 tcp_input(m, *offp);
1081 tcp_input(m, off0) function
1306 if (lrodebug) printf("tcp_input: bad xsum len = %d, tlen = %d, flags = %x, csum_flags = %x.\n",len, tlen, m->m_flags, m->m_pkthdr.csum_flags);
1619 printf("tcp_input: no more socket for inp=%x. This shouldn't happen\n", inp);
1951 printf("tcp_input: could not copy policy\n");

Completed in 64 milliseconds