Home
last modified time | relevance | path

Searched refs:flowi6_get_flowlabel (Results 1 – 5 of 5) sorted by relevance

/linux/include/trace/events/
H A Dfib6.h46 __entry->flowlabel = ntohl(flowi6_get_flowlabel(flp));
/linux/net/ipv6/
H A Dfib6_rules.c338 if ((r->flowlabel ^ flowi6_get_flowlabel(fl6)) & r->flowlabel_mask) in fib6_rule_match()
H A Droute.c2511 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_custom_hash_fl6()
2540 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
2612 hash_keys.tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in rt6_multipath_hash()
/linux/include/net/
H A Dipv6.h989 static inline __be32 flowi6_get_flowlabel(const struct flowi6 *fl6) in flowi6_get_flowlabel() function
/linux/net/core/
H A Dflow_dissector.c2002 keys->tags.flow_label = (__force u32)flowi6_get_flowlabel(fl6); in __get_hash_from_flowi6()