Home
last modified time | relevance | path

Searched refs:hw_tls (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c231 const bool hw_tls = (so->so_snd.sb_flags & SB_TLS_IFNET) != 0; in tcp_output() local
233 const bool hw_tls = false; in tcp_output() local
1067 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) { in tcp_output()
1080 if_hw_tsomaxsegsize, msb, hw_tls); in tcp_output()
1912 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls) in tcp_m_copym() argument
1949 if (hw_tls && (m->m_flags & M_EXTPG)) in tcp_m_copym()
1965 if (hw_tls) { in tcp_m_copym()
H A Dtcp_var.h1070 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1070 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c12000 int32_t hw_tls; in bbr_output_wtime() local
12027 hw_tls = 1; in bbr_output_wtime()
12029 hw_tls = 0; in bbr_output_wtime()
13293 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) { in bbr_output_wtime()
13327 ((rsm == NULL) ? hw_tls : 0) in bbr_output_wtime()
H A Drack.c11932 bool hw_tls = false; in rack_output() local
11942 hw_tls = (so->so_snd.sb_flags & SB_TLS_IFNET) != 0; in rack_output()
13272 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) { in rack_output()
13288 ((rsm == NULL) ? hw_tls : 0) in rack_output()