diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-09 15:01:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-09 15:13:17 +0100 |
| commit | 4de4e9f01d7139b72102ae0b8a1e810730467774 (patch) | |
| tree | 8d79e599adaab3b7fe74020ad10f23adcaa828c2 /executor/syscalls.h | |
| parent | a41d89c7c9c1d0f683ea9884d33d094247eda218 (diff) | |
sys/linux: add NFNL_SUBSYS_ULOG descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 9578ff6b2..3b60cfaf4 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4329,6 +4329,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 370}, {"sendmsg$NFQNL_MSG_VERDICT", 370}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 370}, + {"sendmsg$NFULNL_MSG_CONFIG", 370}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 370}, {"sendmsg$NL80211_CMD_DEL_KEY", 370}, {"sendmsg$NL80211_CMD_DEL_MPATH", 370}, @@ -7534,6 +7535,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 46}, {"sendmsg$NFQNL_MSG_VERDICT", 46}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 46}, + {"sendmsg$NFULNL_MSG_CONFIG", 46}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 46}, {"sendmsg$NL80211_CMD_DEL_KEY", 46}, {"sendmsg$NL80211_CMD_DEL_MPATH", 46}, @@ -10694,6 +10696,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 296}, {"sendmsg$NFQNL_MSG_VERDICT", 296}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 296}, + {"sendmsg$NFULNL_MSG_CONFIG", 296}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 296}, {"sendmsg$NL80211_CMD_DEL_KEY", 296}, {"sendmsg$NL80211_CMD_DEL_MPATH", 296}, @@ -13830,6 +13833,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 211}, {"sendmsg$NFQNL_MSG_VERDICT", 211}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 211}, + {"sendmsg$NFULNL_MSG_CONFIG", 211}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 211}, {"sendmsg$NL80211_CMD_DEL_KEY", 211}, {"sendmsg$NL80211_CMD_DEL_MPATH", 211}, @@ -16869,6 +16873,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 5045}, {"sendmsg$NFQNL_MSG_VERDICT", 5045}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 5045}, + {"sendmsg$NFULNL_MSG_CONFIG", 5045}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 5045}, {"sendmsg$NL80211_CMD_DEL_KEY", 5045}, {"sendmsg$NL80211_CMD_DEL_MPATH", 5045}, @@ -20023,6 +20028,7 @@ const call_t syscalls[] = { {"sendmsg$NFQNL_MSG_CONFIG", 341}, {"sendmsg$NFQNL_MSG_VERDICT", 341}, {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 341}, + {"sendmsg$NFULNL_MSG_CONFIG", 341}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 341}, {"sendmsg$NL80211_CMD_DEL_KEY", 341}, {"sendmsg$NL80211_CMD_DEL_MPATH", 341}, |
