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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c641 packchain_listadd = tp->t_lastchain;
975 packchain_listadd = tp->t_lastchain;
1797 tp->t_lastchain++;
1828 tp->t_lastchain++;
1836 tp->t_lastchain++;
1846 tp->t_lastchain >= tcp_packet_chaining) {
1851 packchain_listadd = tp->t_lastchain;
H A Dtcp_var.h309 int t_lastchain; /* amount of packets chained last time around */ member in struct:tcpcb
962 (tp)->t_lastchain = (tp)->t_pktlist_sentlen = 0; \

Completed in 25 milliseconds