Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c1238 packchain_listadd = tp->t_lastchain; in tcp_output()
1807 packchain_listadd = tp->t_lastchain; in tcp_output()
3168 tp->t_lastchain++; in tcp_output()
3241 tp->t_lastchain >= tcp_packet_chaining) { in tcp_output()
3246 packchain_listadd = tp->t_lastchain; in tcp_output()
H A Dtcp_var.h508 int t_lastchain; /* amount of packets chained last time around */ member
1736 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \