Searched refs:TF_TSO (Results 1 – 3 of 3) sorted by relevance
865 tp->t_flags &= ~TF_TSO; in tcp_output()1378 if ((tp->t_flags & TF_TSO) && tcp_do_tso && hwcksum_tx && in tcp_output()3376 tp->t_flags &= ~TF_TSO; in tcp_output()
3472 tp->t_flags &= ~TF_TSO; in tcp_set_tso()3545 tp->t_flags |= TF_TSO; in tcp_set_tso()3554 tp->t_flags |= TF_TSO; in tcp_set_tso()3572 (tp->t_flags & TF_TSO) != 0, in tcp_set_tso()
420 #define TF_TSO 0x10000000 /* TCP Segment Offloading is enable on this connection */ macro