Searched refs:SB_TLS_IFNET (Results 1 – 6 of 6) sorted by relevance
55 #define SB_TLS_IFNET 0x4000 /* has used / is using ifnet KTLS */ macro
1342 if (tp->t_inpcb->inp_socket->so_snd.sb_flags & SB_TLS_IFNET) { in tcp_set_pacing_rate()1404 if (tp->t_inpcb->inp_socket->so_snd.sb_flags & SB_TLS_IFNET) { in tcp_chg_pacing_rate()
234 const bool hw_tls = (so->so_snd.sb_flags & SB_TLS_IFNET) != 0; in tcp_output()
1199 so->so_snd.sb_flags |= SB_TLS_IFNET; in ktls_enable_tx()1328 so->so_snd.sb_flags |= SB_TLS_IFNET; in ktls_set_tx_mode()
11989 if (sb->sb_flags & SB_TLS_IFNET) in bbr_output_wtime()
17692 hw_tls = (sb->sb_flags & SB_TLS_IFNET) != 0; in rack_output()