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

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

Completed in 272 milliseconds