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)
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>

No differences found