Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1426 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth);
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c1758 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args() function
H A Dverifier.c11351 bpf_patch_call_args(insn, depth); in fixup_call_args()