Searched defs:bpf_map_def (Results 1 – 4 of 4) sorted by relevance
20 struct bpf_map_def { struct28 struct bpf_map_def SEC("maps") flip_table = { argument
20 struct bpf_map_def { struct28 struct bpf_map_def SEC("maps") my_table = { argument
130 struct bpf_map_def { struct131 unsigned int type;132 unsigned int key_size;133 unsigned int value_size;134 unsigned int max_entries;135 unsigned int map_flags;
521 struct bpf_map_def { struct544 * Get bpf_map through the offset of corresponding struct bpf_map_def argument
Completed in 12 milliseconds