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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c599 int active_flows = 0; local
608 active_flows++;
672 if ((lrodebug >= 2) && (active_flows > 1)) {
673 printf("lro_flush_flows: active_flows = %d \n", active_flows);

Completed in 18 milliseconds