]> git.baikalelectronics.ru Git - kernel.git/commit
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
authorAlexei Starovoitov <ast@plumgrid.com>
Thu, 24 Jul 2014 23:38:21 +0000 (16:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jul 2014 06:27:17 +0000 (23:27 -0700)
commit1c20ab87a4b67a22a12ffa4823123339b0e6cddb
treec291280a14b5e77e729237fdb4d1c44544fc777c
parent6bf3dffd04a3a3b1d4a4c7199f485b9b25720b5c
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'

eBPF is used by socket filtering, seccomp and soon by tracing and
exposed to userspace, therefore 'sock_filter_int' name is not accurate.
Rename it to 'bpf_insn'

Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/net/bpf_jit_comp.c
include/linux/filter.h
kernel/bpf/core.c
kernel/seccomp.c
lib/test_bpf.c
net/core/filter.c