Home
last modified time | relevance | path

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

/Linux-v6.1/net/unix/
Dscm.c26 struct sock *u_sock = NULL; in unix_get_socket() local
36 u_sock = s; in unix_get_socket()
39 u_sock = io_uring_get_socket(filp); in unix_get_socket()
41 return u_sock; in unix_get_socket()