Home
last modified time | relevance | path

Searched refs:t_segqlen (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_input.c661 tp->t_segqlen--; in tcp_reass()
662 KASSERT(tp->t_segqlen >= 0); in tcp_reass()
663 KASSERT(tp->t_segqlen != 0 || in tcp_reass()
693 tp->t_segqlen--; in tcp_reass()
694 KASSERT(tp->t_segqlen >= 0); in tcp_reass()
695 KASSERT(tp->t_segqlen != 0 || in tcp_reass()
713 if (tp->t_segqlen > tcp_reass_maxqueuelen) { in tcp_reass()
761 tp->t_segqlen++; in tcp_reass()
785 tp->t_segqlen--; in tcp_reass()
786 KASSERT(tp->t_segqlen >= 0); in tcp_reass()
[all …]
Dtcp_sack.c519 tp->t_segqlen; in tcp_sack_numblks()
Dtcp_var.h216 int t_segqlen; /* length of the above */ member
Dtcp_subr.c1185 tp->t_segqlen = 0; in tcp_freeq()
/netbsd/src/usr.bin/netstat/
Dinet.c1095 tcpcb.t_peermss, tcpcb.t_ourmss, tcpcb.t_segsz, tcpcb.t_segqlen); in tcp_dump()
Dinet6.c1544 tcpcb.t_peermss, tcpcb.t_ourmss, tcpcb.t_segsz, tcpcb.t_segqlen); in tcp6_dump()