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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.h49 u_int32_t lr_timestamp; /* for ejecting the flow */ member in struct:lro_flow
H A Dtcp_lro.c216 flow->lr_timestamp = timestamp;
304 flow->lr_timestamp = tcp_now;
370 if (oldest_timestamp >= lro_flow_list[i].lr_timestamp) {
372 oldest_timestamp = lro_flow_list[i].lr_timestamp;
613 if (((tcp_now - flow->lr_timestamp) >= coalesc_time) ||
621 flow->lr_timestamp, tcp_now);
637 flow->lr_len, tcp_now, flow->lr_timestamp);

Completed in 15 milliseconds