Searched refs:TF_TSO (Results 1 – 3 of 3) sorted by relevance
709 tp->t_flags &= ~TF_TSO; in tcp_output()1179 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx && in tcp_output()2826 tp->t_flags &= ~TF_TSO; in tcp_output()
3405 tp->t_flags &= ~TF_TSO; in tcp_set_tso()3478 tp->t_flags |= TF_TSO; in tcp_set_tso()3487 tp->t_flags |= TF_TSO; in tcp_set_tso()3505 (tp->t_flags & TF_TSO) != 0, in tcp_set_tso()
314 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro