Lines Matching defs:hw_tls
516 struct rack_sendmap *hintrsm, uint32_t add_flags, struct mbuf *s_mb, uint32_t s_moff, int hw_tls, int segsiz);
7070 /* Clone over the state of the hw_tls flag */
8294 uint32_t s_moff, int hw_tls, int segsiz)
8393 if (hw_tls)
18156 int32_t seglimit, int32_t segsize, int hw_tls)
18177 if (hw_tls && (m->m_flags & M_EXTPG))
18191 if (hw_tls) {
18376 seglimit, segsize, rack->r_ctl.fsb.hw_tls);
19488 NULL, add_flag, s_mb, s_soff, rack->r_ctl.fsb.hw_tls, segsiz);
19495 tcp_account_for_send(tp, len, 0, 0, rack->r_ctl.fsb.hw_tls);
19572 bool hw_tls,
19589 if (hw_tls)
19590 rack->r_ctl.fsb.hw_tls = 1;
19592 rack->r_ctl.fsb.hw_tls = 0;
19760 bool hpts_calling, hw_tls = false;
20916 segsiz, pace_max_seg, hw_tls, flags);
21512 hw_tls = tp->t_nic_ktls_xmit != 0;
21551 if (len <= MHLEN - hdrlen - max_linkhdr && !hw_tls) {
21579 ((rsm == NULL) ? hw_tls : 0)
22108 rsm, add_flag, s_mb, s_moff, hw_tls, segsiz);
22140 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls);
22556 segsiz, pace_max_seg, hw_tls, flags);
22583 segsiz, pace_max_seg, hw_tls, flags);
24141 rack->r_ctl.fsb.hw_tls = 1;
24143 rack->r_ctl.fsb.hw_tls = 0;