Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c1474 packchain_listadd = tp->t_lastchain; in tcp_output()
2004 packchain_listadd = tp->t_lastchain; in tcp_output()
3252 tp->t_lastchain++; in tcp_output()
3333 tp->t_lastchain >= tcp_packet_chaining) { in tcp_output()
3338 packchain_listadd = tp->t_lastchain; in tcp_output()
H A Dtcp_var.h548 int t_lastchain; /* amount of packets chained last time around */ member
1742 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \