Lines Matching defs:inet_sock
209 struct inet_sock { struct
211 struct sock sk;
213 struct ipv6_pinfo *pinet6;
221 unsigned long inet_flags;
222 __be32 inet_saddr;
223 __s16 uc_ttl;
224 __be16 inet_sport;
225 struct ip_options_rcu __rcu *inet_opt;
226 atomic_t inet_id;
228 __u8 tos;
229 __u8 min_ttl;
230 __u8 mc_ttl;
231 __u8 pmtudisc;
232 __u8 rcv_tos;
233 __u8 convert_csum;
234 int uc_index;
235 int mc_index;
236 __be32 mc_addr;
237 struct {
240 } local_port_range;
242 struct ip_mc_socklist __rcu *mc_list;
243 struct inet_cork_full cork;