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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c2606 tp->t_flags &= ~TF_TSO;
2616 tp->t_flags |= TF_TSO;
2622 tp->t_flags &= ~TF_TSO;
2629 tp->t_flags |= TF_TSO;
2635 tp->t_flags &= ~TF_TSO;
H A Dtcp_output.c386 tp->t_flags &= ~TF_TSO;
799 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx &&
2142 tp->t_flags &= ~TF_TSO;
H A Dtcp_var.h250 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro

Completed in 34 milliseconds