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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c371 tp->t_flags &= ~TF_TSO;
777 if ((tp->t_flags & TF_TSO) && tcp_do_tso &&
1950 tp->t_flags &= ~TF_TSO;
H A Dtcp_subr.c2527 tp->t_flags |= TF_TSO;
2533 tp->t_flags &= ~TF_TSO;
2540 tp->t_flags |= TF_TSO;
2546 tp->t_flags &= ~TF_TSO;
H A Dtcp_var.h226 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro

Completed in 79 milliseconds