commit | 9739eef13c926645fbf88bcb77e66442fa75d688 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@plumgrid.com> | Thu May 08 14:10:51 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 00:23:55 2014 -0400 |
tree | d6934c95e5eae0027f755caf5ea7c1ab2aede94e | |
parent | 05ab2dae650e09add1c5295392b5516704c03a4b [diff] |
net: filter: make BPF conversion more readable Introduce BPF helper macros to define instructions (similar to old BPF_STMT/BPF_JUMP macros) Use them while converting classic BPF to internal and in BPF testsuite later. Signed-off-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>