Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h104 if (!get_match_tuple(skb, &tuple, INGRESS)) { in netfirewall_policy_ingress()
152 if (!get_match_tuple(skb, &tuple, EGRESS)) { in netfirewall_policy_egress()
H A Dnetfirewall_match.h86 static __always_inline bool get_match_tuple(struct __sk_buff *skb, struct match_tuple *tuple, enum … in get_match_tuple() function