Home
last modified time | relevance | path

Searched refs:ClatIngressValue (Results 1 – 4 of 4) sorted by relevance

/system/netd/bpf_progs/
Dclatd.c40 DEFINE_BPF_MAP(clat_ingress_map, HASH, ClatIngressKey, ClatIngressValue, 16)
86 ClatIngressValue* v = bpf_clat_ingress_map_lookup_elem(&k); in nat64()
/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h167 } ClatIngressValue; typedef
/system/netd/server/
DClatdController.h104 bpf::BpfMap<ClatIngressKey, ClatIngressValue> mClatIngressMap GUARDED_BY(mutex);
DClatdController.cpp275 ClatIngressValue rxValue = { in maybeStartBpf()
659 const auto printClatMap = [&dw](const ClatIngressKey& key, const ClatIngressValue& value, in dumpIngress()
660 const BpfMap<ClatIngressKey, ClatIngressValue>&) { in dumpIngress() argument