Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dskmsg.h503 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb);
/openbmc/linux/net/core/
H A Dskmsg.c963 int sk_psock_tls_strp_read(struct sk_psock *psock, struct sk_buff *skb) in sk_psock_tls_strp_read() function
982 EXPORT_SYMBOL_GPL(sk_psock_tls_strp_read);
/openbmc/linux/net/tls/
H A Dtls_sw.c2096 err = sk_psock_tls_strp_read(psock, skb); in tls_sw_recvmsg()