Lines Matching defs:inet_sock
158 struct inet_sock { struct
160 struct sock sk;
162 struct ipv6_pinfo *pinet6;
170 __be32 inet_saddr;
171 __s16 uc_ttl;
172 __u16 cmsg_flags;
173 __be16 inet_sport;
174 __u16 inet_id;
176 struct ip_options_rcu __rcu *inet_opt;
177 int rx_dst_ifindex;
178 __u8 tos;
179 __u8 min_ttl;
180 __u8 mc_ttl;
181 __u8 pmtudisc;
182 __u8 recverr:1,
183 is_icsk:1,
184 freebind:1,
185 hdrincl:1,
186 mc_loop:1,
187 transparent:1,
188 mc_all:1,
212 static inline struct inet_sock *inet_sk(const struct sock *sk) in inet_sk() argument