diff options
| author | Paul Chaignon <paul@cilium.io> | 2020-10-26 18:46:05 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-10-26 19:17:24 +0100 |
| commit | df76264d7be2971f0fdf145d6523437ef629f40c (patch) | |
| tree | a26305b935b40d6efc5e00fe0d639cea2a72ea4c /sys/linux | |
| parent | cc7b86b0567dc0c98ae5dda502b58d9de3182f74 (diff) | |
sys/linux: remove unused fields from BPF command
These two fields are not used in the BPF_PROG_GET_FD_BY_ID bpf(2) command.
See BPF_PROG_GET_FD_BY_ID_LAST_FIELD upstream.
Signed-off-by: Paul Chaignon <paul@cilium.io>
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/bpf.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/linux/bpf.txt b/sys/linux/bpf.txt index 483eb20fc..3d8b4ed79 100644 --- a/sys/linux/bpf.txt +++ b/sys/linux/bpf.txt @@ -479,8 +479,6 @@ bpf_link_get_next_id_arg { bpf_prog_get_fd_by_id_arg { prog bpf_prog_id - next const[0, int32] - flags const[0, int32] } bpf_prog_bind_map_arg { |
