diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-11-25 14:28:32 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-25 14:30:28 +0100 |
| commit | 6bfd3dd23bb76adbc71f245930d5969243843641 (patch) | |
| tree | ddcc652b5506ebfe77176919d758177240e2594a /sys/linux/bpf_arm.const | |
| parent | 371caf773385df0a40211aa2f91c5fe131a338ee (diff) | |
sys/linux: update to current linux-next
Regenerate consts on linux-next next-20191125.
DEVLINK_ATTR_NETNS_* consts were chifted by 1.
__BPF_FUNC_MAX_ID increased as usual.
CRYPTO_ALG_TYPE_BLKCIPHER, CRYPTO_ALG_TYPE_ABLKCIPHER were removed,
replace them with CRYPTO_ALG_TYPE_SKCIPHER.
Diffstat (limited to 'sys/linux/bpf_arm.const')
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index deaf3213a..0f628c242 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -198,7 +198,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 112 +__BPF_FUNC_MAX_ID = 116 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 |
