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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c696 packchain_listadd = tp->t_lastchain;
1102 packchain_listadd = tp->t_lastchain;
2094 tp->t_lastchain++;
2125 tp->t_lastchain++;
2133 tp->t_lastchain++;
2144 tp->t_lastchain >= tcp_packet_chaining) {
2149 packchain_listadd = tp->t_lastchain;
H A Dtcp_var.h357 int t_lastchain; /* amount of packets chained last time around */ member in struct:tcpcb
1167 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \

Completed in 27 milliseconds