Home
last modified time | relevance | path

Searched refs:tls_sw_has_ctx_tx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dtls.h396 static inline bool tls_sw_has_ctx_tx(const struct sock *sk) in tls_sw_has_ctx_tx() function
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c113 has_tx_ulp = tls_sw_has_ctx_tx(sk); in tcp_bpf_push()