Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_trace2.c10 struct Counters zleaf = {0}; in count_sched() local
11 stats.lookup_or_init(&key, &zleaf)->stat1++; in count_sched()
Dtest_stat1.c49 struct IPLeaf zleaf = {0}; in on_packet() local
50 struct IPLeaf *leaf = stats.lookup_or_init(&key, &zleaf); in on_packet()
/external/bcc/examples/networking/vlan_learning/
Dvlan_learning.c34 struct ifindex_leaf_t zleaf = {0}; in handle_phys2virt() local
35 struct ifindex_leaf_t *out_leaf = egress.lookup_or_init(&out_ifindex, &zleaf); in handle_phys2virt()
/external/bcc/examples/networking/tunnel_monitor/
Dmonitor.c127 struct counters zleaf = {0}; in handle_inner() local
128 struct counters *leaf = stats.lookup_or_init(&key, &zleaf); in handle_inner()