Lines Matching defs:ipv6_pinfo
147 struct ipv6_pinfo { struct
148 struct in6_addr saddr;
149 struct in6_pktinfo sticky_pktinfo;
150 const struct in6_addr *daddr_cache;
152 const struct in6_addr *saddr_cache;
155 __be32 flow_label;
156 __u32 frag_size;
163 __s16 hop_limit:9;
164 __u16 __unused_1:7;
166 __u16 __unused_1:7;
167 __s16 hop_limit:9;
172 __s16 mcast_hops:9;
173 __u16 __unused_2:6,
174 mc_loop:1;
176 __u16 mc_loop:1,
177 __unused_2:6;
178 __s16 mcast_hops:9;
180 int ucast_oif;
181 int mcast_oif;
184 union {
203 } rxopt;
206 __u16 recverr:1,
207 sndflow:1,
208 repflow:1,
209 pmtudisc:3,
210 padding:1, /* 1 bit hole */
211 srcprefs:3, /* 001: prefer temporary address
215 dontfrag:1,
216 autoflowlabel:1;
217 __u8 min_hopcount;
218 __u8 tclass;
242 /* ipv6_pinfo has to be the last member of raw6_sock, see inet6_sk_generic */ argument