Home
last modified time | relevance | path

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

/linux-6.15/include/net/
Daf_unix.h16 struct unix_sock *unix_get_socket(struct file *filp);
18 static inline struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket() function
/linux-6.15/net/unix/
Dgarbage.c93 struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket() function
209 struct unix_sock *inflight = unix_get_socket(fpl->fp[j++]); in unix_add_edges()
/linux-6.15/net/core/
Dscm.c120 if (unix_get_socket(file)) in scm_fp_copy()