Lines Matching defs:inet_sock
195 struct inet_sock { struct
197 struct sock sk;
199 struct ipv6_pinfo *pinet6;
207 __be32 inet_saddr;
208 __s16 uc_ttl;
209 __u16 cmsg_flags;
210 __be16 inet_sport;
211 __u16 inet_id;
213 struct ip_options_rcu __rcu *inet_opt;
214 int rx_dst_ifindex;
215 __u8 tos;
216 __u8 min_ttl;
217 __u8 mc_ttl;
218 __u8 pmtudisc;
219 __u8 recverr:1,
220 is_icsk:1,
221 freebind:1,
222 hdrincl:1,
223 mc_loop:1,
224 transparent:1,
225 mc_all:1,
226 nodefrag:1;
227 __u8 bind_address_no_port:1,
228 defer_connect:1; /* Indicates that fastopen_connect is set
232 __u8 rcv_tos;
233 __u8 convert_csum;
234 int uc_index;
235 int mc_index;
236 __be32 mc_addr;
237 struct ip_mc_socklist __rcu *mc_list;
238 struct inet_cork_full cork;