Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_stat1.c10 struct IPLeaf { struct
15 BPF_HASH(stats, struct IPKey, struct IPLeaf, 256); argument
49 struct IPLeaf zleaf = {0}; in on_packet()
50 struct IPLeaf *leaf = stats.lookup_or_init(&key, &zleaf); in on_packet()
Dtest_xlate1.c8 struct IPLeaf { struct
14 BPF_HASH(xlate, struct IPKey, struct IPLeaf, 1024); argument
21 struct IPLeaf xleaf = {}; in on_packet()
47 struct IPLeaf *xleafp = xlate.lookup(&key); in on_packet()
62 struct IPLeaf *xleafp = xlate.lookup(&key); in on_packet()
Dtest_stat1.b7 struct IPLeaf {
11 Table<IPKey, IPLeaf, FIXED_MATCH, AUTO> stats(1024);
46 struct IPLeaf *leaf;
Dtest_xlate1.b11 struct IPLeaf {
16 Table<IPKey, IPLeaf, FIXED_MATCH, NONE> xlate(1024);
27 struct IPLeaf *xleaf;