Searched defs:ip6_flowlabel (Results 1 – 1 of 1) sorted by relevance
225 struct ip6_flowlabel { struct226 struct ip6_flowlabel __rcu *next; argument227 __be32 label;228 atomic_t users;252 struct ip6_flowlabel *fl; argument810 static inline __be32 ip6_flowlabel(const struct ipv6hdr *hdr) in ip6_flowlabel() function