diff options
author | Dmitry Yakunin <zeil@yandex-team.ru> | 2020-08-03 12:05:45 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-08-03 23:32:23 +0200 |
commit | 21594c44083c375697d418729c4b2e4522cf9f70 (patch) | |
tree | 44983546541e5292a69e16c4b3f4f94180b9e0e4 /net/core | |
parent | fa5cb548ced61b9d3095f32f8a7e427a248c65ee (diff) | |
download | linux-21594c44083c375697d418729c4b2e4522cf9f70.tar.gz linux-21594c44083c375697d418729c4b2e4522cf9f70.tar.bz2 linux-21594c44083c375697d418729c4b2e4522cf9f70.zip |
bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb
Now skb->dev is unconditionally set to the loopback device in current net
namespace. But if we want to test bpf program which contains code branch
based on ifindex condition (eg filters out localhost packets) it is useful
to allow specifying of ifindex from userspace. This patch adds such option
through ctx_in (__sk_buff) parameter.
Signed-off-by: Dmitry Yakunin <zeil@yandex-team.ru>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200803090545.82046-3-zeil@yandex-team.ru
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions