Home
last modified time | relevance | path

Searched refs:ktls_hold (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dktls.h230 ktls_hold(struct ktls_session *tls) in ktls_hold() function
/f-stack/freebsd/kern/
H A Duipc_ktls.c1233 tls = ktls_hold(tls); in ktls_set_tx_mode()
1399 (void) ktls_hold(tls); in ktls_output_eagain()
1522 m->m_epg_tls = ktls_hold(tls); in ktls_frame()
H A Dkern_sendfile.c746 tls = ktls_hold(so->so_snd.sb_tls_info); in vn_sendfile()
H A Duipc_socket.c1594 tls = ktls_hold(so->so_snd.sb_tls_info);
/f-stack/freebsd/netinet/
H A Dip_output.c233 tls = ktls_hold(m->m_next->m_epg_tls); in ip_output_send()
/f-stack/freebsd/netinet6/
H A Dip6_output.c346 tls = ktls_hold(m->m_next->m_epg_tls); in ip6_output_send()