Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h9168 struct sock_common { struct
9169 union {
9176 union {
9180 union {
9187 unsigned short skc_family;
9188 volatile unsigned char skc_state;
9189 unsigned char skc_reuse: 4;
9190 unsigned char skc_reuseport: 1;
9191 unsigned char skc_ipv6only: 1;
9192 unsigned char skc_net_refcnt: 1;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h9088 struct sock_common { struct
9089 union {
9096 union {
9100 union {
9107 unsigned short skc_family;
9108 volatile unsigned char skc_state;
9109 unsigned char skc_reuse: 4;
9110 unsigned char skc_reuseport: 1;
9111 unsigned char skc_ipv6only: 1;
9112 unsigned char skc_net_refcnt: 1;
[all …]