aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-29 13:44:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-09 20:14:33 +0100
commit033b610ec91096a5791c90761df1289fd33280e6 (patch)
tree57863e9e73f2d664640d7c889cd052138017f4a5 /sys/linux/sys_ppc64le.const
parentbb826eb26c510f5faa418b8a37302be43d535088 (diff)
sys/linux: improve netfilter descriptions
Put the underflow entry at the end. Entries must end on an unconditional, non-goto entry, otherwise fallthrough from the last entry is invalid. Add arp tables support. Split unspec matches/targets to unspec and inet. Reset ipv6 and arp tables in executor. Fix number of counters in tables. Plus a bunch of assorted fixes for matches/targets.
Diffstat (limited to 'sys/linux/sys_ppc64le.const')
-rw-r--r--sys/linux/sys_ppc64le.const6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const
index d7b145c79..34586ae0c 100644
--- a/sys/linux/sys_ppc64le.const
+++ b/sys/linux/sys_ppc64le.const
@@ -764,9 +764,9 @@ __NR_personality = 136
__NR_pipe = 42
__NR_pipe2 = 317
__NR_pivot_root = 203
-# __NR_pkey_alloc is not set
-# __NR_pkey_free is not set
-# __NR_pkey_mprotect is not set
+__NR_pkey_alloc = 384
+__NR_pkey_free = 385
+__NR_pkey_mprotect = 386
__NR_poll = 167
__NR_ppoll = 281
__NR_prctl = 171