Searched refs:t_lastchain (Results 1 – 2 of 2) sorted by relevance
1045 packchain_listadd = tp->t_lastchain; in tcp_output()1567 packchain_listadd = tp->t_lastchain; in tcp_output()2676 tp->t_lastchain++; in tcp_output()2699 tp->t_lastchain >= tcp_packet_chaining) { in tcp_output()2704 packchain_listadd = tp->t_lastchain; in tcp_output()
399 int t_lastchain; /* amount of packets chained last time around */ member1525 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \