Home
last modified time | relevance | path

Searched refs:bpf_add_extable_entry (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit.h224 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
H A Dbpf_jit_comp64.c1474 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
1500 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
1524 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
1655 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
1693 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body()
H A Dbpf_jit_comp.c392 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, in bpf_add_extable_entry() function