Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h58364 struct inet_sock { struct
58365 struct sock sk;
58366 struct ipv6_pinfo *pinet6;
58367 unsigned long inet_flags;
58368 __be32 inet_saddr;
58369 __s16 uc_ttl;
58370 __be16 inet_sport;
58371 struct ip_options_rcu __attribute__((btf_type_tag("rcu"))) *inet_opt;
58372 atomic_t inet_id;
58373 __u8 tos;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h68122 struct inet_sock { struct
68123 struct sock sk;
68124 struct ipv6_pinfo *pinet6;
68125 unsigned long inet_flags;
68126 __be32 inet_saddr;
68127 __s16 uc_ttl;
68128 __be16 inet_sport;
68129 struct ip_options_rcu __attribute__((btf_type_tag("rcu"))) *inet_opt;
68130 atomic_t inet_id;
68131 __u8 tos;
[all …]