aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/init.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-11-25 14:28:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-11-25 14:30:28 +0100
commit6bfd3dd23bb76adbc71f245930d5969243843641 (patch)
treeddcc652b5506ebfe77176919d758177240e2594a /sys/linux/init.go
parent371caf773385df0a40211aa2f91c5fe131a338ee (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/init.go')
-rw-r--r--sys/linux/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/init.go b/sys/linux/init.go
index 5ae9f001d..94565a9d3 100644
--- a/sys/linux/init.go
+++ b/sys/linux/init.go
@@ -57,7 +57,7 @@ func InitTarget(target *prog.Target) {
"alg_name": arch.generateAlgName,
"alg_aead_name": arch.generateAlgAeadName,
"alg_hash_name": arch.generateAlgHashName,
- "alg_blkcipher_name": arch.generateAlgBlkcipherhName,
+ "alg_skcipher_name": arch.generateAlgSkcipherhName,
"ipt_replace": arch.generateIptables,
"ip6t_replace": arch.generateIptables,
"arpt_replace": arch.generateArptables,