Searched refs:bpf (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/samples/seccomp/ |
D | Makefile | 4 hostprogs-$(CONFIG_SECCOMP_FILTER) := bpf-fancy dropper bpf-direct 10 bpf-fancy-objs := bpf-fancy.o bpf-helper.o 18 bpf-direct-objs := bpf-direct.o
|
D | .gitignore | 1 bpf-direct 2 bpf-fancy
|
/linux-4.1.27/samples/bpf/ |
D | Makefile | 45 LLC=$(srctree)/tools/bpf/llvm/bld/Debug+Asserts/bin/llc 50 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 15 to the BSD bpf.4 manpage is very helpful in creating filters. 56 CA, USA, 2-2. [http://www.tcpdump.org/papers/bpf-usenix93.pdf] 120 struct sock_fprog bpf = { 129 ret = setsockopt(sock, SOL_SOCKET, SO_ATTACH_FILTER, &bpf, sizeof(bpf)); 382 > load bpf 6,40 0 0 12,21 0 3 2048,48 0 0 23,21 0 1 1,6 0 0 65535,6 0 0 0 393 bpf passes:1 fails:9 1096 See details of eBPF verifier in kernel/bpf/verifier.c 1105 map_fd = bpf(BPF_MAP_CREATE, union bpf_attr *attr, u32 size) 1110 err = bpf(BPF_MAP_LOOKUP_ELEM, union bpf_attr *attr, u32 size) 1115 err = bpf(BPF_MAP_UPDATE_ELEM, union bpf_attr *attr, u32 size) [all …]
|
/linux-4.1.27/kernel/ |
D | Makefile | 91 obj-$(CONFIG_BPF) += bpf/
|
/linux-4.1.27/tools/net/ |
D | bpf_dbg.c | 501 struct sock_fprog bpf = { in bpf_runnable() local 511 ret = setsockopt(sock, SOL_SOCKET, SO_ATTACH_FILTER, &bpf, sizeof(bpf)); in bpf_runnable()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 439 ENTRY_SAME(bpf)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 368 SYSCALL_SPU(bpf)
|
/linux-4.1.27/kernel/bpf/ |
D | syscall.c | 551 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 719 int bpf = bpl * (buf->vb.height >> 1); in bttv_buffer_risc() local 746 bpf,bpl,0,0,buf->vb.height >> 1); in bttv_buffer_risc()
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 220 COMPAT_SYSCALL_WRAP3(bpf, int, cmd, union bpf_attr *, attr, unsigned int, size);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 330 321 common bpf sys_bpf
|
D | syscall_32.tbl | 366 357 i386 bpf sys_bpf
|
/linux-4.1.27/include/uapi/linux/ |
D | Kbuild | 74 header-y += bpf.h
|
/linux-4.1.27/init/ |
D | Kconfig | 1540 bool "Enable bpf() system call" 1545 Enable the bpf() system call that allows to manipulate eBPF
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 953 tristate '"bpf" match support'
|
/linux-4.1.27/ |
D | MAINTAINERS | 2105 F: kernel/bpf/
|