Searched defs:hw_tls (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/netinet/ |
H A D | tcp_output.c | 224 const bool hw_tls = tp->t_nic_ktls_xmit != 0; tcp_default_output() local 226 const bool hw_tls = false; tcp_default_output() local 1953 tcp_m_copym(struct mbuf * m,int32_t off0,int32_t * plen,int32_t seglimit,int32_t segsize,struct sockbuf * sb,bool hw_tls) tcp_m_copym() argument
|
H A D | tcp_subr.c | 4703 tcp_account_for_send(struct tcpcb * tp,uint32_t len,uint8_t is_rxt,uint8_t is_tlp,bool hw_tls) tcp_account_for_send() argument
|
/freebsd-src/sys/netinet/tcp_stacks/ |
H A D | rack.c | 8964 rack_log_output(struct tcpcb * tp,struct tcpopt * to,int32_t len,uint32_t seq_out,uint16_t th_flags,int32_t err,uint64_t cts,struct rack_sendmap * hintrsm,uint32_t add_flag,struct mbuf * s_mb,uint32_t s_moff,int hw_tls,int segsiz) rack_log_output() argument 19029 rack_fo_base_copym(struct mbuf * the_m,uint32_t the_off,int32_t * plen,struct rack_fast_send_blk * fsb,int32_t seglimit,int32_t segsize,int hw_tls) rack_fo_base_copym() argument 20446 rack_setup_fast_output(struct tcpcb * tp,struct tcp_rack * rack,struct sockbuf * sb,int len,int orig_len,int segsiz,uint32_t pace_max_seg,bool hw_tls,uint16_t flags) rack_setup_fast_output() argument 20653 bool hpts_calling, hw_tls = false; rack_output() local [all...] |
H A D | tcp_rack.h | 352 hw_tls : 1, member
|
H A D | bbr.c | 11838 int32_t hw_tls; bbr_output_wtime() local
|