Searched defs:unix_sock (Results 1 – 1 of 1) sorted by relevance
54394 struct unix_sock { struct54395 struct sock sk;54396 struct unix_address *addr;54397 struct path path;54398 struct mutex iolock;54399 struct mutex bindlock;54400 struct sock *peer;54401 struct list_head link;54402 atomic_long_t inflight;54403 spinlock_t lock;[all …]