Searched refs:bpf_prog_alloc_id (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dsyscall.c2204 static int bpf_prog_alloc_id(struct bpf_prog *prog) function
2916 err = bpf_prog_alloc_id(prog);
2920 /* Upon success of bpf_prog_alloc_id(), the BPF prog is

Completed in 187 milliseconds