Searched refs:bpf_add_extable_entry (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 216 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
|
| H A D | bpf_jit_comp64.c | 1424 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1450 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1474 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1605 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1643 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
|
| H A D | bpf_jit_comp.c | 332 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, in bpf_add_extable_entry() function
|
| H A D | bpf_jit_comp32.c | 1089 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, insn_idx, in bpf_jit_build_body()
|