Lines Matching defs:ipv6_pinfo
213 struct ipv6_pinfo { struct
214 struct in6_addr saddr;
215 struct in6_pktinfo sticky_pktinfo;
216 const struct in6_addr *daddr_cache;
218 const struct in6_addr *saddr_cache;
221 __be32 flow_label;
222 __u32 frag_size;
224 s16 hop_limit;
225 u8 mcast_hops;
227 int ucast_oif;
228 int mcast_oif;
231 union {
251 } rxopt;
254 __u8 srcprefs; /* 001: prefer temporary address
258 __u8 pmtudisc;
259 __u8 min_hopcount;
260 __u8 tclass;
261 __be32 rcv_flowinfo;
263 __u32 dst_cookie;
265 struct ipv6_mc_socklist __rcu *ipv6_mc_list;
266 struct ipv6_ac_socklist *ipv6_ac_list;
267 struct ipv6_fl_socklist __rcu *ipv6_fl_list;
269 struct ipv6_txoptions __rcu *opt;
270 struct sk_buff *pktoptions;
271 struct sk_buff *rxpmtu;
272 struct inet6_cork cork;