Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Dscm.c25 struct sock *u_sock = NULL; in unix_get_socket() local
35 u_sock = s; in unix_get_socket()
38 u_sock = io_uring_get_socket(filp); in unix_get_socket()
40 return u_sock; in unix_get_socket()