/linux-4.1.27/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()
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | unistd.h | 334 #define __NR_bpf 319 macro
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | unistd.h | 362 #define __NR_bpf 354 macro
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | unistd.h | 333 #define __NR_bpf 1341 macro
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | unistd.h | 412 #define __NR_bpf 391 macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | unistd.h | 386 #define __NR_bpf 361 macro
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | unistd.h | 289 #define __NR_bpf 351 macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | unistd.h | 417 #define __NR_bpf 349 macro
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
D | unistd.h | 405 #define __NR_bpf 387 macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | unistd.h | 378 #define __NR_bpf (__NR_Linux + 355) macro 712 #define __NR_bpf (__NR_Linux + 315) macro 1050 #define __NR_bpf (__NR_Linux + 319) macro
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | unistd.h | 708 #define __NR_bpf 280 macro 709 __SYSCALL(__NR_bpf, sys_bpf)
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | unistd32.h | 796 #define __NR_bpf 386 macro 797 __SYSCALL(__NR_bpf, sys_bpf)
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | unistd.h | 359 #define __NR_bpf (__NR_Linux + 341) macro
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | unistd.h | 415 #define __NR_bpf (__NR_SYSCALL_BASE+386) macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | unistd.h | 752 #define __NR_bpf 340 macro
|