Lines Matching defs:ipv6_pinfo
149 struct ipv6_pinfo { struct
150 struct in6_addr saddr;
151 struct in6_pktinfo sticky_pktinfo;
152 const struct in6_addr *daddr_cache;
154 const struct in6_addr *saddr_cache;
157 __be32 flow_label;
158 __u32 frag_size;
165 __s16 hop_limit:9;
166 __u16 __unused_1:7;
168 __u16 __unused_1:7;
169 __s16 hop_limit:9;
174 __s16 mcast_hops:9;
175 __u16 __unused_2:6,
176 mc_loop:1;
178 __u16 mc_loop:1,
179 __unused_2:6;
180 __s16 mcast_hops:9;
182 int ucast_oif;
183 int mcast_oif;
186 union {
205 } rxopt;
208 __u16 recverr:1,
209 sndflow:1,
210 repflow:1,
211 pmtudisc:3,
212 padding:1, /* 1 bit hole */
213 srcprefs:3, /* 001: prefer temporary address
217 dontfrag:1,
218 autoflowlabel:1;
219 __u8 min_hopcount;
220 __u8 tclass;
244 /* ipv6_pinfo has to be the last member of raw6_sock, see inet6_sk_generic */ argument