Searched defs:bpf_array (Results 1 – 2 of 2) sorted by relevance
303 struct bpf_array { struct304 struct bpf_map map;305 u32 elem_size;306 u32 index_mask;330 bool bpf_prog_array_compatible(struct bpf_array *array, const struct bpf_prog *fp); argument
846 const u8 bpf_array = bpf2sparc[BPF_REG_2]; in emit_tail_call() local