diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2017-01-24 01:06:27 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-24 14:46:05 -0500 |
commit | 2492d3b867043f6880708d095a7a5d65debcfc32 (patch) | |
tree | 9c352d3911cd890f5db14b1019f308fdd6425784 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 4faf940dd869c36436ff6f0a0b20369fdf5da68b (diff) |
bpf: enable load bytes helper for filter/reuseport progs
BPF_PROG_TYPE_SOCKET_FILTER are used in various facilities such as
for SO_REUSEPORT and packet fanout demuxing, packet filtering, kcm,
etc, and yet the only facility they can use is BPF_LD with {BPF_ABS,
BPF_IND} for single byte/half/word access.
Direct packet access is only restricted to tc programs right now,
but we can still facilitate usage by allowing skb_load_bytes() helper
added back then in 05c74e5e53f6 ("bpf: add bpf_skb_load_bytes helper")
that calls skb_header_pointer() similarly to bpf_load_pointer(), but
for stack buffers with larger access size.
Name the previous sk_filter_func_proto() as bpf_base_func_proto()
since this is used everywhere else as well, similarly for the ctx
converter, that is, bpf_convert_ctx_access().
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions