/linux-4.4.14/samples/bpf/ |
D | libbpf.c | 31 return syscall(__NR_bpf, BPF_MAP_CREATE, &attr, sizeof(attr)); in bpf_create_map() 43 return syscall(__NR_bpf, BPF_MAP_UPDATE_ELEM, &attr, sizeof(attr)); in bpf_update_elem() 54 return syscall(__NR_bpf, BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr)); in bpf_lookup_elem() 64 return syscall(__NR_bpf, BPF_MAP_DELETE_ELEM, &attr, sizeof(attr)); in bpf_delete_elem() 75 return syscall(__NR_bpf, BPF_MAP_GET_NEXT_KEY, &attr, sizeof(attr)); in bpf_get_next_key() 103 return syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in bpf_prog_load() 113 return syscall(__NR_bpf, BPF_OBJ_PIN, &attr, sizeof(attr)); in bpf_obj_pin() 122 return syscall(__NR_bpf, BPF_OBJ_GET, &attr, sizeof(attr)); in bpf_obj_get()
|
/linux-4.4.14/tools/lib/bpf/ |
D | bpf.c | 20 #ifndef __NR_bpf 22 # define __NR_bpf 357 macro 24 # define __NR_bpf 321 macro 26 # define __NR_bpf 280 macro 28 # error __NR_bpf not defined. libbpf does not support your arch. 40 return syscall(__NR_bpf, cmd, attr, size); in sys_bpf()
|
/linux-4.4.14/arch/avr32/include/uapi/asm/ |
D | unistd.h | 334 #define __NR_bpf 319 macro
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | unistd.h | 333 #define __NR_bpf 1341 macro
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | unistd.h | 365 #define __NR_bpf 358 macro
|
/linux-4.4.14/arch/blackfin/include/uapi/asm/ |
D | unistd.h | 412 #define __NR_bpf 391 macro
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | unistd.h | 362 #define __NR_bpf 354 macro
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | unistd.h | 386 #define __NR_bpf 361 macro
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | unistd.h | 417 #define __NR_bpf 349 macro
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | unistd.h | 405 #define __NR_bpf 387 macro
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | unistd.h | 289 #define __NR_bpf 351 macro
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_fanout.c | 125 pfd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in sock_fanout_set_ebpf()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | unistd.h | 378 #define __NR_bpf (__NR_Linux + 355) macro 715 #define __NR_bpf (__NR_Linux + 315) macro 1056 #define __NR_bpf (__NR_Linux + 319) macro
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | unistd32.h | 796 #define __NR_bpf 386 macro 797 __SYSCALL(__NR_bpf, sys_bpf)
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | unistd.h | 359 #define __NR_bpf (__NR_Linux + 341) macro
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | unistd.h | 708 #define __NR_bpf 280 macro 709 __SYSCALL(__NR_bpf, sys_bpf)
|
/linux-4.4.14/arch/arm/include/uapi/asm/ |
D | unistd.h | 415 #define __NR_bpf (__NR_SYSCALL_BASE+386) macro
|
/linux-4.4.14/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 752 #define __NR_bpf 340 macro
|