Home
last modified time | relevance | path

Searched defs:bpf_array (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h303 struct bpf_array { struct
304 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
/Linux-v4.19/arch/sparc/net/
Dbpf_jit_comp_64.c846 const u8 bpf_array = bpf2sparc[BPF_REG_2]; in emit_tail_call() local