Searched defs:unix_sock (Results 1 – 14 of 14) sorted by relevance
34 bool unix_sock; member
55140 struct unix_sock { struct55141 struct sock sk;55142 struct unix_address *addr;55143 struct path path;55144 struct mutex iolock;55145 struct mutex bindlock;55146 struct sock *peer;55147 struct list_head link;55148 long unsigned int inflight;55149 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 …]
59626 struct unix_sock { struct59627 struct sock sk;59628 struct unix_address *addr;59629 struct path path;59630 struct mutex iolock;59631 struct mutex bindlock;59632 struct sock *peer;59633 struct list_head link;59634 unsigned long inflight;59635 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 …]
69384 struct unix_sock { struct69385 struct sock sk;69386 struct unix_address *addr;69387 struct path path;69388 struct mutex iolock;69389 struct mutex bindlock;69390 struct sock *peer;69391 struct list_head link;69392 unsigned long inflight;69393 spinlock_t lock;[all …]