Home
last modified time | relevance | path

Searched refs:SB_TLS_IFNET (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h55 #define SB_TLS_IFNET 0x4000 /* has used / is using ifnet KTLS */ macro
/f-stack/freebsd/sys/
H A Dsockbuf.h55 #define SB_TLS_IFNET 0x4000 /* has used / is using ifnet KTLS */ macro
/f-stack/freebsd/netinet/
H A Dtcp_ratelimit.c1225 if (tp->t_inpcb->inp_socket->so_snd.sb_flags & SB_TLS_IFNET) { in tcp_set_pacing_rate()
1284 if (tp->t_inpcb->inp_socket->so_snd.sb_flags & SB_TLS_IFNET) { in tcp_chg_pacing_rate()
H A Dtcp_output.c231 const bool hw_tls = (so->so_snd.sb_flags & SB_TLS_IFNET) != 0; in tcp_output()
/f-stack/freebsd/kern/
H A Duipc_ktls.c1147 so->so_snd.sb_flags |= SB_TLS_IFNET; in ktls_enable_tx()
1276 so->so_snd.sb_flags |= SB_TLS_IFNET; in ktls_set_tx_mode()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11942 hw_tls = (so->so_snd.sb_flags & SB_TLS_IFNET) != 0; in rack_output()
H A Dbbr.c12026 if (sb->sb_flags & SB_TLS_IFNET) in bbr_output_wtime()