Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dskmsg.h515 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb);
/linux/net/core/
H A 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/net/tls/
H A Dtls_sw.c2130 err = sk_psock_tls_strp_read(psock, skb); in tls_sw_recvmsg()