HomeSort by: relevance | last modified time | path
    Searched refs:tcp_output (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
tcp_timer.c 229 * If tcp_output() wasn't able to transmit the ACK
246 (void) tcp_output(tp);
435 (void) tcp_output(tp);
498 (void) tcp_output(tp);
tcp_congctl.c 490 (void) tcp_output(tp);
495 (void) tcp_output(tp);
701 * offset in tcp_output().
730 (void) tcp_output(tp);
738 (void) tcp_output(tp);
tcp_usrreq.c 706 * XXX: This should be moved to tcp_output().
717 error = tcp_output(tp);
804 error = tcp_output(tp);
942 * tcp_output in such a case, since there is no header
948 (void) tcp_output(tp);
1029 error = tcp_output(tp);
1083 error = tcp_output(tp);
1160 (void) tcp_output(tp);
tcp_var.h 826 int tcp_output(struct tcpcb *);
tcp_input.c 1892 * are ready to send, let tcp_output
1905 (void)tcp_output(tp);
2015 (void)tcp_output(tp);
2113 * because upcall handler can drive tcp_output
2501 (void)tcp_output(tp);
2859 (void)tcp_output(tp);
2905 (void)tcp_output(tp);
tcp_subr.c 1029 (void) tcp_output(tp);
1588 tcp_output(tp);
1649 tcp_output(tp);
tcp_output.c 1 /* $NetBSD: tcp_output.c,v 1.222 2024/09/08 09:36:52 rillig Exp $ */
134 * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
138 __KERNEL_RCSID(0, "$NetBSD: tcp_output.c,v 1.222 2024/09/08 09:36:52 rillig Exp $");
505 tcp_output(struct tcpcb *tp) function in typeref:typename:int
995 * In SACK, it is possible for tcp_output to fail to send a segment
1653 printf("tcp_output: maxburst exceeded by %d\n", -maxburst);
1667 panic("tcp_output REXMT");

Completed in 62 milliseconds