Lines Matching defs:ipv6_pinfo
210 struct ipv6_pinfo { struct
211 struct in6_addr saddr;
212 struct in6_pktinfo sticky_pktinfo;
213 const struct in6_addr *daddr_cache;
215 const struct in6_addr *saddr_cache;
218 __be32 flow_label;
219 __u32 frag_size;
226 __s16 hop_limit:9;
227 __u16 __unused_1:7;
229 __u16 __unused_1:7;
230 __s16 hop_limit:9;
235 __s16 mcast_hops:9;
236 __u16 __unused_2:6,
237 mc_loop:1;
239 __u16 mc_loop:1,
240 __unused_2:6;
241 __s16 mcast_hops:9;
243 int ucast_oif;
244 int mcast_oif;
247 union {
267 } rxopt;
270 __u16 recverr:1,
271 sndflow:1,
272 repflow:1,
273 pmtudisc:3,
274 padding:1, /* 1 bit hole */
275 srcprefs:3, /* 001: prefer temporary address
279 dontfrag:1,
280 autoflowlabel:1,
281 autoflowlabel_set:1,
282 mc_all:1,
283 recverr_rfc4884:1,
284 rtalert_isolate:1;
285 __u8 min_hopcount;
309 /* ipv6_pinfo has to be the last member of raw6_sock, see inet6_sk_generic */ argument