Home
last modified time | relevance | path

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

/Linux-v6.6/net/unix/
Dscm.c26 struct sock *u_sock = NULL; in unix_get_socket() local
37 u_sock = s; in unix_get_socket()
40 u_sock = io_uring_get_socket(filp); in unix_get_socket()
42 return u_sock; in unix_get_socket()