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>
Showing
- arch/x86/net/bpf_jit_comp.c 1 addition, 1 deletionarch/x86/net/bpf_jit_comp.c
- include/linux/filter.h 25 additions, 25 deletionsinclude/linux/filter.h
- kernel/bpf/core.c 1 addition, 1 deletionkernel/bpf/core.c
- kernel/seccomp.c 1 addition, 1 deletionkernel/seccomp.c
- lib/test_bpf.c 2 additions, 2 deletionslib/test_bpf.c
- net/core/filter.c 9 additions, 9 deletionsnet/core/filter.c
Loading
Please register or sign in to comment