Home
last modified time | relevance | path

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

/linux-5.19.10/net/llc/
Dllc_proc.c198 !!sk->sk_backlog.tail, sock_owned_by_user_nocheck(sk)); in llc_seq_core_show()
/linux-5.19.10/net/strparser/
Dstrparser.c378 if (sock_owned_by_user_nocheck(strp->sk)) { in strp_data_ready()
/linux-5.19.10/include/net/
Dsock.h1801 static inline bool sock_owned_by_user_nocheck(const struct sock *sk) in sock_owned_by_user_nocheck() function
1808 if (sock_owned_by_user_nocheck(sk)) { in sock_release_ownership()
1821 return !sock_owned_by_user_nocheck(sk) && in sock_allow_reclassification()
/linux-5.19.10/net/core/
Dsock.c3395 if (sock_owned_by_user_nocheck(sk)) in lock_sock_nested()
3426 if (!sock_owned_by_user_nocheck(sk)) { in __lock_sock_fast()