Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h88364 struct tun_file { struct
88365 struct sock sk;
88371 struct socket socket;
88372 struct tun_struct __attribute__((btf_type_tag("rcu"))) *tun;
88373 struct fasync_struct *fasync;
88374 unsigned int flags;
88375 union {
88379 struct napi_struct napi;
88380 bool napi_enabled;
88381 bool napi_frags_enabled;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h98100 struct tun_file { struct
98101 struct sock sk;
98107 struct socket socket;
98108 struct tun_struct __attribute__((btf_type_tag("rcu"))) *tun;
98109 struct fasync_struct *fasync;
98110 unsigned int flags;
98111 union {
98115 struct napi_struct napi;
98116 bool napi_enabled;
98117 bool napi_frags_enabled;
[all …]