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") my_table = { argument
20 struct bpf_map_def { struct28 struct bpf_map_def SEC("maps") flip_table = { argument
143 struct bpf_map_def { struct144 unsigned int type;145 unsigned int key_size;146 unsigned int value_size;147 unsigned int max_entries;148 unsigned int map_flags;
473 struct bpf_map_def { struct492 * Get bpf_map through the offset of corresponding struct bpf_map_def argument