Searched defs:unix_sock (Results 1 – 1 of 1) sorted by relevance
57383 struct unix_sock { struct57384 struct sock sk;57385 struct unix_address *addr;57386 struct path path;57387 struct mutex iolock;57388 struct mutex bindlock;57389 struct sock *peer;57390 struct list_head link;57391 atomic_long_t inflight;57392 spinlock_t lock;[all …]