Searched hist:b27f7bb590ba835b32ef122389db158e44cfda1e (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | net_namespace.c | b27f7bb590ba835b32ef122389db158e44cfda1e Sun May 31 03:28:37 CDT 2020 Jakub Sitnicki <jakub@cloudflare.com> flow_dissector: Move out netns_bpf prog callbacks
Move functions to manage BPF programs attached to netns that are not specific to flow dissector to a dedicated module named bpf/net_namespace.c.
The set of functions will grow with the addition of bpf_link support for netns attached programs. This patch prepares ground by creating a place for it.
This is a code move with no functional changes intended.
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200531082846.2117903-4-jakub@cloudflare.com
|
H A D | Makefile | diff b27f7bb590ba835b32ef122389db158e44cfda1e Sun May 31 03:28:37 CDT 2020 Jakub Sitnicki <jakub@cloudflare.com> flow_dissector: Move out netns_bpf prog callbacks
Move functions to manage BPF programs attached to netns that are not specific to flow dissector to a dedicated module named bpf/net_namespace.c.
The set of functions will grow with the addition of bpf_link support for netns attached programs. This patch prepares ground by creating a place for it.
This is a code move with no functional changes intended.
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200531082846.2117903-4-jakub@cloudflare.com
|
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | diff b27f7bb590ba835b32ef122389db158e44cfda1e Sun May 31 03:28:37 CDT 2020 Jakub Sitnicki <jakub@cloudflare.com> flow_dissector: Move out netns_bpf prog callbacks
Move functions to manage BPF programs attached to netns that are not specific to flow dissector to a dedicated module named bpf/net_namespace.c.
The set of functions will grow with the addition of bpf_link support for netns attached programs. This patch prepares ground by creating a place for it.
This is a code move with no functional changes intended.
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200531082846.2117903-4-jakub@cloudflare.com
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | diff b27f7bb590ba835b32ef122389db158e44cfda1e Sun May 31 03:28:37 CDT 2020 Jakub Sitnicki <jakub@cloudflare.com> flow_dissector: Move out netns_bpf prog callbacks
Move functions to manage BPF programs attached to netns that are not specific to flow dissector to a dedicated module named bpf/net_namespace.c.
The set of functions will grow with the addition of bpf_link support for netns attached programs. This patch prepares ground by creating a place for it.
This is a code move with no functional changes intended.
Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200531082846.2117903-4-jakub@cloudflare.com
|