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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c676 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
680 tp->t_flagsext &= ~TF_LRO_OFFLOADED;
695 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
2107 if (sw_lro && (tp->t_flagsext & TF_LRO_OFFLOADED) &&
2380 tp->t_flagsext &= ~TF_LRO_OFFLOADED;
2390 tp->t_flagsext |= TF_LRO_OFFLOADED;
H A Dtcp_var.h374 #define TF_LRO_OFFLOADED 0x10 /* Connection LRO offloaded */ macro
H A Dtcp_subr.c1162 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
1166 tp->t_flagsext &= ~TF_LRO_OFFLOADED;

Completed in 27 milliseconds