Lines Matching defs:unix_sock
137600 struct unix_sock { struct
137601 struct sock sk;
137602 struct unix_address *addr;
137603 struct path path;
137604 struct mutex iolock;
137605 struct mutex bindlock;
137606 struct sock *peer;
137607 struct list_head link;
137608 atomic_long_t inflight;
137609 spinlock_t lock;
137610 long unsigned int gc_flags;
137618 struct socket_wq peer_wq;
137619 wait_queue_entry_t peer_wake;
137620 struct scm_stat scm_stat;
137621 struct sk_buff *oob_skb;