Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.c8390 static int bpf_program_nth_fd(const struct bpf_program *prog, int n);
8394 return bpf_program_nth_fd(prog, 0); in bpf_program__fd()
8443 static int bpf_program_nth_fd(const struct bpf_program *prog, int n) in bpf_program_nth_fd() function