Searched refs:IPLeaf (Results 1 – 4 of 4) sorted by relevance
/external/bcc/tests/python/ |
D | test_stat1.c | 10 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()
|
D | test_xlate1.c | 8 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()
|
D | test_stat1.b | 7 struct IPLeaf { 11 Table<IPKey, IPLeaf, FIXED_MATCH, AUTO> stats(1024); 46 struct IPLeaf *leaf;
|
D | test_xlate1.b | 11 struct IPLeaf { 16 Table<IPKey, IPLeaf, FIXED_MATCH, NONE> xlate(1024); 27 struct IPLeaf *xleaf;
|