Home
last modified time | relevance | path

Searched defs:unix_sock (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h59626 struct unix_sock { struct
59627 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h69384 struct unix_sock { struct
69385 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 …]