Lines Matching defs:unix_sock
50168 struct unix_sock { struct
50169 struct sock sk;
50170 struct unix_address *addr;
50171 struct path path;
50172 struct mutex iolock;
50173 struct mutex bindlock;
50174 struct sock *peer;
50175 struct list_head link;
50176 atomic_long_t inflight;
50177 spinlock_t lock;
50178 long unsigned int gc_flags;
50179 struct socket_wq peer_wq;
50180 wait_queue_entry_t peer_wake;
50181 struct scm_stat scm_stat;