Searched refs:IPKey (Results 1 – 4 of 4) sorted by relevance
/external/bcc/tests/python/ |
D | test_xlate1.c | 4 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()
|
D | test_stat1.c | 6 struct IPKey { struct 15 BPF_HASH(stats, struct IPKey, struct IPLeaf, 256); argument 39 struct IPKey key; in on_packet()
|
D | test_stat1.b | 3 struct IPKey { 11 Table<IPKey, IPLeaf, FIXED_MATCH, AUTO> stats(1024); 31 u32 IPKey key;
|
D | test_xlate1.b | 7 struct IPKey { 16 Table<IPKey, IPLeaf, FIXED_MATCH, NONE> xlate(1024); 40 struct IPKey key = {.dip=orig_dip, .sip=orig_sip};
|