Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Daf_unix.h12 struct unix_sock *unix_get_socket(struct file *filp);
14 static inline struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket() function
/linux-6.14.4/net/unix/
Dgarbage.c84 struct unix_sock *unix_get_socket(struct file *filp) in unix_get_socket() function
200 struct unix_sock *inflight = unix_get_socket(fpl->fp[j++]); in unix_add_edges()
/linux-6.14.4/net/core/
Dscm.c120 if (unix_get_socket(file)) in scm_fp_copy()