Home
last modified time | relevance | path

Searched refs:match_action (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h130 if (match_action(&tuple, &key) != SK_PASS) { in netfirewall_policy_ingress()
182 if (match_action(&tuple, &key) != SK_PASS) { in netfirewall_policy_egress()
H A Dnetfirewall_match.h359 static __always_inline enum sk_action match_action(struct match_tuple *tuple, struct bitmap *key) in match_action() function