Home
last modified time | relevance | path

Searched refs:flowinfo (Results 1 – 4 of 4) sorted by relevance

/include/uapi/linux/
Dip6_tunnel.h33 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member
45 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member
Dbpf.h3541 __be32 flowinfo; /* AF_INET6, flow_label + priority */ member
/include/net/
Dip6_tunnel.h28 __be32 flowinfo; /* traffic class and flowlabel for tunnel */ member
Dipv6.h946 static inline u8 ip6_tclass(__be32 flowinfo) in ip6_tclass() argument
948 return ntohl(flowinfo & IPV6_TCLASS_MASK) >> IPV6_TCLASS_SHIFT; in ip6_tclass()