angler-fishThe Vulnerability History Project

net: filter: split filter.c into two files

      BPF is used in several kernel components. This split creates logical boundary
between generic eBPF core and the rest

kernel/bpf/core.c: eBPF interpreter

net/core/filter.c: classic->eBPF converter, classic verifiers, socket filters

This patch only moves functions.

Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
    
commit f5bffecda951b59d0d3cdd616d68952abc52bc40
+1
+1
+536
-511
expand_less