Searched defs:inet_sock (Results 1 – 2 of 2) sorted by relevance
58364 struct inet_sock { struct58365 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 …]
68122 struct inet_sock { struct68123 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 …]