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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_lro.h39 struct mbuf *lr_mtail; /* coalesced mbuf chain tail */ member in struct:lro_flow
H A Dtcp_lro.c238 last = flow->lr_mtail;
244 flow->lr_mtail = lro_mb;
294 flow->lr_mhead = flow->lr_mtail = lro_mb;
335 lro_flow_list[flow_id].lr_mtail = NULL;

Completed in 21 milliseconds