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

/xnu-2782.1.97/bsd/netinet/
H A Din_tclass.c1153 if (tp && (tp->t_flagsext & TF_LRO_OFFLOADED)) {
1158 tp->t_flagsext &= ~TF_LRO_OFFLOADED;
H A Dtcp_input.c732 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
735 tp->t_flagsext &= ~TF_LRO_OFFLOADED;
776 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
2327 if (sw_lro && (tp->t_flagsext & TF_LRO_OFFLOADED) &&
2594 tp->t_flagsext &= ~TF_LRO_OFFLOADED;
2604 tp->t_flagsext |= TF_LRO_OFFLOADED;
H A Dtcp_var.h434 #define TF_LRO_OFFLOADED 0x10 /* Connection LRO offloaded */ macro
H A Dtcp_subr.c1236 if (tp->t_flagsext & TF_LRO_OFFLOADED) {
1239 tp->t_flagsext &= ~TF_LRO_OFFLOADED;

Completed in 100 milliseconds