Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_xlate1.c4 struct IPKey { struct
14 BPF_HASH(xlate, struct IPKey, struct IPLeaf, 1024); argument
46 struct IPKey key = {.dip=orig_dip, .sip=orig_sip}; in on_packet()
61 struct IPKey key = {.dip=orig_dip, .sip=orig_sip}; in on_packet()
Dtest_stat1.c6 struct IPKey { struct
15 BPF_HASH(stats, struct IPKey, struct IPLeaf, 256); argument
39 struct IPKey key; in on_packet()
Dtest_stat1.b3 struct IPKey {
11 Table<IPKey, IPLeaf, FIXED_MATCH, AUTO> stats(1024);
31 u32 IPKey key;
Dtest_xlate1.b7 struct IPKey {
16 Table<IPKey, IPLeaf, FIXED_MATCH, NONE> xlate(1024);
40 struct IPKey key = {.dip=orig_dip, .sip=orig_sip};