Lines Matching defs:inet_sock
177 struct inet_sock { struct
179 struct sock sk;
181 struct ipv6_pinfo *pinet6;
189 __be32 inet_saddr;
190 __s16 uc_ttl;
191 __u16 cmsg_flags;
192 __be16 inet_sport;
193 __u16 inet_id;
195 struct ip_options_rcu __rcu *inet_opt;
196 int rx_dst_ifindex;
197 __u8 tos;
198 __u8 min_ttl;
199 __u8 mc_ttl;
200 __u8 pmtudisc;
201 __u8 recverr:1,
202 is_icsk:1,
203 freebind:1,
204 hdrincl:1,
205 mc_loop:1,
206 transparent:1,
207 mc_all:1,
208 nodefrag:1;
209 __u8 bind_address_no_port:1,
210 defer_connect:1; /* Indicates that fastopen_connect is set
214 __u8 rcv_tos;
215 __u8 convert_csum;
216 int uc_index;
217 int mc_index;
218 __be32 mc_addr;
219 struct ip_mc_socklist __rcu *mc_list;
220 struct inet_cork_full cork;