Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h173 } ClatIngress6Key; typedef
174 STRUCT_SIZE(ClatIngress6Key, 4 + 2 * 16); // 36
/system/netd/bpf_progs/
Dclatd.c40 DEFINE_BPF_MAP(clat_ingress6_map, HASH, ClatIngress6Key, ClatIngress6Value, 16)
78 ClatIngress6Key k = { in nat64()
/system/netd/server/
DClatdController.h93 bpf::BpfMap<ClatIngress6Key, ClatIngress6Value> mClatIngress6Map GUARDED_BY(mutex);
DClatdController.cpp240 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