Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_subr.c998 struct tcpcb *tcpb; in tcp_drain() local
1013 if ((tcpb = intotcpcb(inpb)) != NULL) { in tcp_drain()
1014 tcp_reass_flush(tcpb); in tcp_drain()
1015 tcp_clean_sackreport(tcpb); in tcp_drain()