Home
last modified time | relevance | path

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

/linux/include/net/
H A 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/net/core/
H A Dscm.c120 if (unix_get_socket(file)) in scm_fp_copy()