Searched defs:unix_sock (Results 1 – 11 of 11) sorted by relevance
54651 struct unix_sock { struct54652 struct sock sk;54653 struct unix_address *addr;54654 struct path path;54655 struct mutex iolock;54656 struct mutex bindlock;54657 struct sock *peer;54658 struct list_head link;54659 atomic_long_t inflight;54660 spinlock_t lock;[all …]
37949 struct unix_sock { struct37950 struct sock sk;37951 struct unix_address *addr;37952 struct path path;37953 struct mutex iolock;37954 struct mutex bindlock;37955 struct sock *peer;37956 struct list_head link;37957 atomic_long_t inflight;37958 spinlock_t lock;[all …]
67430 struct unix_sock { struct67431 struct sock sk;67432 struct unix_address *addr;67433 struct path path;67434 struct mutex iolock;67435 struct mutex bindlock;67436 struct sock *peer;67437 struct list_head link;67438 atomic_long_t inflight;67439 spinlock_t lock;[all …]
69142 struct unix_sock { struct69143 struct sock sk;69144 struct unix_address *addr;69145 struct path path;69146 struct mutex iolock;69147 struct mutex bindlock;69148 struct sock *peer;69149 struct list_head link;69150 atomic_long_t inflight;69151 spinlock_t lock;[all …]
102357 struct unix_sock { struct102358 struct sock sk;102359 struct unix_address *addr;102360 struct path path;102361 struct mutex iolock;102362 struct mutex bindlock;102363 struct sock *peer;102364 struct list_head link;102365 atomic_long_t inflight;102366 spinlock_t lock;[all …]
137600 struct unix_sock { struct137601 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;[all …]