Searched refs:TF_TSO (Results 1 – 3 of 3) sorted by relevance
1099 tp->t_flags &= ~TF_TSO; in tcp_output()1614 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx && in tcp_output()3467 tp->t_flags &= ~TF_TSO; in tcp_output()
3717 tp->t_flags &= ~TF_TSO; in tcp_set_tso()3790 tp->t_flags |= TF_TSO; in tcp_set_tso()3799 tp->t_flags |= TF_TSO; in tcp_set_tso()3817 (tp->t_flags & TF_TSO) != 0, in tcp_set_tso()
459 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro