Searched refs:ClatIngress6Key (Results 1 – 4 of 4) sorted by relevance
173 } ClatIngress6Key; typedef174 STRUCT_SIZE(ClatIngress6Key, 4 + 2 * 16); // 36
40 DEFINE_BPF_MAP(clat_ingress6_map, HASH, ClatIngress6Key, ClatIngress6Value, 16)78 ClatIngress6Key k = { in nat64()
93 bpf::BpfMap<ClatIngress6Key, ClatIngress6Value> mClatIngress6Map GUARDED_BY(mutex);
240 ClatIngress6Key rxKey = { in maybeStartBpf()358 ClatIngress6Key rxKey = { in maybeStopBpf()617 const auto printClatMap = [&dw](const ClatIngress6Key& key, const ClatIngress6Value& value, in dumpIngress()618 const BpfMap<ClatIngress6Key, ClatIngress6Value>&) { in dumpIngress() argument