Searched refs:ClatIngressKey (Results 1 – 4 of 4) sorted by relevance
40 DEFINE_BPF_MAP(clat_ingress_map, HASH, ClatIngressKey, ClatIngressValue, 16)75 ClatIngressKey k = { in nat64()
162 } ClatIngressKey; typedef
104 bpf::BpfMap<ClatIngressKey, ClatIngressValue> mClatIngressMap GUARDED_BY(mutex);
270 ClatIngressKey rxKey = { in maybeStartBpf()400 ClatIngressKey rxKey = { in maybeStopBpf()659 const auto printClatMap = [&dw](const ClatIngressKey& key, const ClatIngressValue& value, in dumpIngress()660 const BpfMap<ClatIngressKey, ClatIngressValue>&) { in dumpIngress() argument