]> git.baikalelectronics.ru Git - kernel.git/commit
bpf jit: Make the filter.c::__load_pointer helper non-static for the jits
authorJan Seiffert <kaffeemonster@googlemail.com>
Fri, 30 Mar 2012 05:08:19 +0000 (05:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Apr 2012 22:01:03 +0000 (18:01 -0400)
commitae6ff707dc9badf059ce6a63112cf1f45f946a8f
tree5b658f40d38b0ac9c5f4f3e6c6292266df6a1d3c
parent1728204b7f925d3fc0bcb13b5c268a22524689b3
bpf jit: Make the filter.c::__load_pointer helper non-static for the jits

The function is renamed to make it a little more clear what it does.
It is not added to any .h because it is not for general consumption, only for
bpf internal use (and so by the jits).

Signed-of-by: Jan Seiffert <kaffeemonster@googlemail.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c