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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c662 packchain_listadd = tp->t_lastchain;
1047 packchain_listadd = tp->t_lastchain;
1972 tp->t_lastchain++;
2003 tp->t_lastchain++;
2011 tp->t_lastchain++;
2021 tp->t_lastchain >= tcp_packet_chaining) {
2032 packchain_listadd = tp->t_lastchain;
H A Dtcp_var.h330 int t_lastchain; /* amount of packets chained last time around */ member in struct:tcpcb
1099 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \

Completed in 103 milliseconds