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

  /src/sys/netinet/
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 12 milliseconds