Searched refs:sys_bpf_prog_load (Results 1 – 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
D | bpf.c | 87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load() function 314 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load() 355 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load() 370 fd = sys_bpf_prog_load(&attr, attr_sz, attempts); in bpf_prog_load()
|
D | libbpf_internal.h | 653 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts);
|
D | libbpf.c | 4969 ret = sys_bpf_prog_load(&attr, attr_sz, PROG_LOAD_ATTEMPTS);
|