ipv6_flowlabel_exclusive  395 include/net/ipv6.h extern struct static_key_false_deferred ipv6_flowlabel_exclusive;
ipv6_flowlabel_exclusive  399 include/net/ipv6.h 	if (static_branch_unlikely(&ipv6_flowlabel_exclusive.key))
ipv6_flowlabel_exclusive   57 net/ipv6/ip6_flowlabel.c DEFINE_STATIC_KEY_DEFERRED_FALSE(ipv6_flowlabel_exclusive, HZ);
ipv6_flowlabel_exclusive   58 net/ipv6/ip6_flowlabel.c EXPORT_SYMBOL(ipv6_flowlabel_exclusive);
ipv6_flowlabel_exclusive  121 net/ipv6/ip6_flowlabel.c 		static_branch_slow_dec_deferred(&ipv6_flowlabel_exclusive);
ipv6_flowlabel_exclusive  453 net/ipv6/ip6_flowlabel.c 		static_branch_deferred_inc(&ipv6_flowlabel_exclusive);
ipv6_flowlabel_exclusive  878 net/ipv6/ip6_flowlabel.c 	static_key_deferred_flush(&ipv6_flowlabel_exclusive);