Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1586 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth);
/Linux-v5.15/kernel/bpf/
Dcore.c1802 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth) in bpf_patch_call_args() function
Dverifier.c12609 bpf_patch_call_args(insn, depth); in fixup_call_args()