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