Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/
Dtls.h395 static inline bool tls_sw_has_ctx_tx(const struct sock *sk) in tls_sw_has_ctx_tx() function
/linux-6.6.21/net/ipv4/
Dtcp_bpf.c111 has_tx_ulp = tls_sw_has_ctx_tx(sk); in tcp_bpf_push()