Home
last modified time | relevance | path

Searched refs:lookup_map (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_match.h131 static __always_inline struct bitmap *lookup_map(void *map, void *key, void *other_key) in lookup_map() function
166 result = lookup_map(GET_MAP(ingress, saddr), &lpm_key, &other_lpm_key); in match_addrs()
173 result = lookup_map(GET_MAP(ingress, daddr), &lpm_key, &other_lpm_key); in match_addrs()
187 result = lookup_map(GET_MAP(ingress, saddr6), &lpm_key, &other_lpm_key); in match_addrs()
194 result = lookup_map(GET_MAP(ingress, daddr6), &lpm_key, &other_lpm_key); in match_addrs()
219 result = lookup_map(GET_MAP(ingress, sport), &(tuple->sport), &other_port_key); in match_ports()
225 result = lookup_map(GET_MAP(ingress, dport), &(tuple->dport), &other_port_key); in match_ports()
250 result = lookup_map(GET_MAP(ingress, proto), &(tuple->protocol), &other_proto_key); in match_protocol()
276 result = lookup_map(GET_MAP(ingress, appuid), &(tuple->appuid), &other_appuid_key); in match_appuid()
302 result = lookup_map(GET_MA in match_uid()
[all...]

Completed in 1 milliseconds