Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_match.h124 * @brief lookup key or other_key from bpf map
128 * @param other_key when key not found, then lookup other_key
129 * @return value with type struct bitmap of the key or other_key
131 static __always_inline struct bitmap *lookup_map(void *map, void *key, void *other_key) in lookup_map() argument
135 result = bpf_map_lookup_elem(map, other_key); in lookup_map()

Completed in 2 milliseconds