diff options
author | Alexei Starovoitov <ast@kernel.org> | 2021-12-29 20:03:05 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-12-29 20:03:05 -0800 |
commit | 35580f90a247db40f983bbbb17c22d272f0e2caa (patch) | |
tree | c1381250aa990ff5768d65e8c177022510f94559 /include/linux/bpf-netns.h | |
parent | 1705c62e300550e8cfac0d9d1c3869fb860f3162 (diff) | |
parent | aebb51ec3db2a871d74b4afad3f9914812acf120 (diff) |
Merge branch 'lighten uapi/bpf.h rebuilds'
Jakub Kicinski says:
====================
Last change in the bpf headers - disentangling BPF uapi from
netdevice.h. Both linux/bpf.h and uapi/bpf.h changes should
now rebuild ~1k objects down from the original ~18k. There's
probably more that can be done but it's diminishing returns.
Split into two patches for ease of review.
====================
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux/bpf-netns.h')
-rw-r--r-- | include/linux/bpf-netns.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/bpf-netns.h b/include/linux/bpf-netns.h index 722f799c1a2e..413cfa5e4b07 100644 --- a/include/linux/bpf-netns.h +++ b/include/linux/bpf-netns.h @@ -3,15 +3,9 @@ #define _BPF_NETNS_H #include <linux/mutex.h> +#include <net/netns/bpf.h> #include <uapi/linux/bpf.h> -enum netns_bpf_attach_type { - NETNS_BPF_INVALID = -1, - NETNS_BPF_FLOW_DISSECTOR = 0, - NETNS_BPF_SK_LOOKUP, - MAX_NETNS_BPF_ATTACH_TYPE -}; - static inline enum netns_bpf_attach_type to_netns_bpf_attach_type(enum bpf_attach_type attach_type) { |