Searched refs:ClatEgressKey (Results 1 – 4 of 4) sorted by relevance
189 DEFINE_BPF_MAP(clat_egress_map, HASH, ClatEgressKey, ClatEgressValue, 16)251 ClatEgressKey k = { in sched_cls_egress_clat_rawip()
180 } ClatEgressKey; typedef
103 bpf::BpfMap<ClatEgressKey, ClatEgressValue> mClatEgressMap GUARDED_BY(mutex);
253 ClatEgressKey txKey = { in maybeStartBpf()392 ClatEgressKey txKey = { in maybeStopBpf()628 const auto printClatMap = [&dw](const ClatEgressKey& key, const ClatEgressValue& value, in dumpEgress()629 const BpfMap<ClatEgressKey, ClatEgressValue>&) { in dumpEgress() argument