Searched refs:hw_tls (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_output.c | 220 const bool hw_tls = tp->t_nic_ktls_xmit != 0; in tcp_default_output() local 222 const bool hw_tls = false; in tcp_default_output() local 1082 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) { in tcp_default_output() 1098 if_hw_tsomaxsegsize, msb, hw_tls); in tcp_default_output() 1534 tcp_account_for_send(tp, len, (tp->snd_nxt != tp->snd_max), 0, hw_tls); in tcp_default_output() 1971 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls) in tcp_m_copym() argument 2008 if (hw_tls && (m->m_flags & M_EXTPG)) in tcp_m_copym() 2024 if (hw_tls) { in tcp_m_copym()
|
H A D | tcp_var.h | 1534 int32_t seglimit, int32_t segsize, struct sockbuf *sb, bool hw_tls);
|
H A D | tcp_subr.c | 4759 uint8_t is_tlp, bool hw_tls) in tcp_account_for_send() argument 4773 if (hw_tls && is_rxt && len != 0) { in tcp_account_for_send()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 352 hw_tls : 1, member
|
H A D | rack.c | 513 …_sendmap *hintrsm, uint32_t add_flags, struct mbuf *s_mb, uint32_t s_moff, int hw_tls, int segsiz); 8271 uint32_t s_moff, int hw_tls, int segsiz) in rack_log_output() argument 8370 if (hw_tls) in rack_log_output() 18133 int32_t seglimit, int32_t segsize, int hw_tls) in rack_fo_base_copym() argument 18154 if (hw_tls && (m->m_flags & M_EXTPG)) in rack_fo_base_copym() 18168 if (hw_tls) { in rack_fo_base_copym() 18353 seglimit, segsize, rack->r_ctl.fsb.hw_tls); in rack_fo_m_copym() 19461 NULL, add_flag, s_mb, s_soff, rack->r_ctl.fsb.hw_tls, segsiz); in rack_fast_output() 19468 tcp_account_for_send(tp, len, 0, 0, rack->r_ctl.fsb.hw_tls); in rack_fast_output() 19541 bool hw_tls, in rack_setup_fast_output() argument [all …]
|
H A D | bbr.c | 11852 int32_t hw_tls; in bbr_output_wtime() local 11880 hw_tls = 1; in bbr_output_wtime() 11882 hw_tls = 0; in bbr_output_wtime() 13142 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) { in bbr_output_wtime() 13175 ((rsm == NULL) ? hw_tls : 0) in bbr_output_wtime() 13617 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls); in bbr_output_wtime()
|