Lines Matching defs:inet_sock
212 struct inet_sock { struct
214 struct sock sk;
216 struct ipv6_pinfo *pinet6;
224 unsigned long inet_flags;
225 __be32 inet_saddr;
226 __s16 uc_ttl;
227 __be16 inet_sport;
228 struct ip_options_rcu __rcu *inet_opt;
229 atomic_t inet_id;
231 __u8 tos;
232 __u8 min_ttl;
233 __u8 mc_ttl;
234 __u8 pmtudisc;
235 __u8 rcv_tos;
236 __u8 convert_csum;
237 int uc_index;
238 int mc_index;
239 __be32 mc_addr;
240 u32 local_port_range; /* high << 16 | low */
242 struct ip_mc_socklist __rcu *mc_list;
243 struct inet_cork_full cork;