commit | 88575199cc65de99a156888629a68180c830eff2 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat Nov 26 01:28:04 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 27 20:38:47 2016 -0500 |
tree | 813b5da46b6d10f916bccc2f408dd689c613eeb3 | |
parent | e3739099270b238630368b1d8f547c1bb31ba6ad [diff] |
bpf: drop unnecessary context cast from BPF_PROG_RUN Since long already bpf_func is not only about struct sk_buff * as input anymore. Make it generic as void *, so that callers don't need to cast for it each time they call BPF_PROG_RUN(). Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>