tc_recirc_sharing_support 1559 net/openvswitch/datapath.c DEFINE_STATIC_KEY_FALSE(tc_recirc_sharing_support);
tc_recirc_sharing_support 1582 net/openvswitch/datapath.c 		static_branch_enable(&tc_recirc_sharing_support);
tc_recirc_sharing_support 1584 net/openvswitch/datapath.c 		static_branch_disable(&tc_recirc_sharing_support);
tc_recirc_sharing_support  221 net/openvswitch/datapath.h DECLARE_STATIC_KEY_FALSE(tc_recirc_sharing_support);
tc_recirc_sharing_support  882 net/openvswitch/flow.c 	if (static_branch_unlikely(&tc_recirc_sharing_support)) {