Lines Matching defs:ipv6_pinfo
212 struct ipv6_pinfo { struct
213 struct in6_addr saddr;
214 struct in6_pktinfo sticky_pktinfo;
215 const struct in6_addr *daddr_cache;
217 const struct in6_addr *saddr_cache;
220 __be32 flow_label;
221 __u32 frag_size;
228 __s16 hop_limit:9;
229 __u16 __unused_1:7;
231 __u16 __unused_1:7;
232 __s16 hop_limit:9;
237 __s16 mcast_hops:9;
238 __u16 __unused_2:6,
239 mc_loop:1;
241 __u16 mc_loop:1,
242 __unused_2:6;
243 __s16 mcast_hops:9;
245 int ucast_oif;
246 int mcast_oif;
249 union {
269 } rxopt;
272 __u16 recverr:1,
273 sndflow:1,
274 repflow:1,
275 pmtudisc:3,
276 padding:1, /* 1 bit hole */
277 srcprefs:3, /* 001: prefer temporary address
281 dontfrag:1,
282 autoflowlabel:1,
283 autoflowlabel_set:1,
284 mc_all:1,
285 rtalert_isolate:1;
286 __u8 min_hopcount;
287 __u8 tclass;
311 /* ipv6_pinfo has to be the last member of raw6_sock, see inet6_sk_generic */ argument