Searched refs:tcp_output (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/conf/
H A DMakefile.template74 tcp_output.o \
228 tcp_output.o \
H A Dfiles299 bsd/netinet/tcp_output.c optional inet
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c440 error = tcp_output(tp);
481 error = tcp_output(tp);
488 error = tcp_output(tp);
583 * tcp_output:EADDRNOTAVAIL
584 * tcp_output:ENOBUFS
585 * tcp_output:EMSGSIZE
586 * tcp_output:EHOSTUNREACH
587 * tcp_output:ENETUNREACH
588 * tcp_output:ENETDOWN
589 * tcp_output
[all...]
H A Dtcp_timer.c771 (void) tcp_output(tp);
805 (void) tcp_output(tp);
881 (void) tcp_output(tp);
H A Dtcp_input.c2341 * are ready to send, let tcp_output
2354 (void) tcp_output(tp);
2453 tcp_output(tp);
3259 (void) tcp_output(tp);
3307 (void) tcp_output(tp);
3312 (void) tcp_output(tp);
3880 (void) tcp_output(tp);
3923 (void) tcp_output(tp);
3925 /* Don't need to check timer state as we should have done it during tcp_output */
4442 * funny things may happen in tcp_output
[all...]
H A Dtcp_sack.c551 (void) tcp_output(tp);
H A Dtcp_var.h1028 int tcp_output(struct tcpcb *);
H A Dtcp_subr.c914 (void) tcp_output(tp);
988 * timers at this point. Set TF_CLOSING to indicate to tcp_output()
2106 tcp_output(tp);
H A Dtcp_output.c60 * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
61 * $FreeBSD: src/sys/netinet/tcp_output.c,v 1.39.2.10 2001/07/07 04:30:38 silby Exp $
266 tcp_output(struct tcpcb *tp) function
928 * In SACK, it is possible for tcp_output to fail to send a segment

Completed in 105 milliseconds