Lines Matching refs:__NR_bpf
43 #ifndef __NR_bpf
45 # define __NR_bpf 357 macro
47 # define __NR_bpf 321 macro
49 # define __NR_bpf 280 macro
51 # define __NR_bpf 349 macro
53 # define __NR_bpf 351 macro
55 # define __NR_bpf 280 macro
57 # define __NR_bpf 4355 macro
59 # define __NR_bpf 6319 macro
61 # define __NR_bpf 5315 macro
63 # error __NR_bpf not defined. libbpf does not support your arch.
75 return syscall(__NR_bpf, cmd, attr, size); in sys_bpf()