Home
last modified time | relevance | path

Searched refs:sk_psock_tls_strp_read (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/include/linux/
Dskmsg.h515 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb);
/linux-6.14.4/net/core/
Dskmsg.c964 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_tls_strp_read() function
983 EXPORT_SYMBOL_GPL(sk_psock_tls_strp_read);
/linux-6.14.4/net/tls/
Dtls_sw.c2130 err = sk_psock_tls_strp_read(psock, skb); in tls_sw_recvmsg()