Home
last modified time | relevance | path

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

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