Searched refs:TF_TSO (Results 1 – 3 of 3) sorted by relevance
1159 tp->t_flags &= ~TF_TSO; in tcp_output()1674 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx && in tcp_output()3527 tp->t_flags &= ~TF_TSO; in tcp_output()
3721 tp->t_flags &= ~TF_TSO; in tcp_set_tso()3794 tp->t_flags |= TF_TSO; in tcp_set_tso()3803 tp->t_flags |= TF_TSO; in tcp_set_tso()3821 (tp->t_flags & TF_TSO) != 0, in tcp_set_tso()
459 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro