Home
last modified time | relevance | path

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

/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()
21 void unix_add_edges(struct scm_fp_list *fpl, struct unix_sock *receiver);
23 void unix_update_edges(struct unix_sock *receiver);
39 struct unix_sock *predecessor;
40 struct unix_sock *successor;
76 struct unix_sock { struct
94 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk) argument
/include/linux/
Dbtf_ids.h256 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \