Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/strparser/
Dstrparser.c378 if (sock_owned_by_user_nocheck(strp->sk)) { in strp_data_ready()
/kernel/linux/linux-5.10/include/net/
Dsock.h1677 static inline bool sock_owned_by_user_nocheck(const struct sock *sk) in sock_owned_by_user_nocheck() function