Searched refs:match_action (Results 1 – 2 of 2) sorted by relevance
130 if (match_action(&tuple, &key) != SK_PASS) { in netfirewall_policy_ingress()182 if (match_action(&tuple, &key) != SK_PASS) { in netfirewall_policy_egress()
359 static __always_inline enum sk_action match_action(struct match_tuple *tuple, struct bitmap *key) in match_action() function