diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-09 14:44:03 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-09 14:44:40 +0100 |
| commit | a41d89c7c9c1d0f683ea9884d33d094247eda218 (patch) | |
| tree | ab80ea66fce605a433aac4276f55f104c0cdb768 /executor/syscalls.h | |
| parent | ddc3e85997efdad885e208db6a98bca86e5dd52f (diff) | |
sys/linux: add NFNL_SUBSYS_QUEUE descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index e91c49f50..9578ff6b2 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4326,6 +4326,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 370}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 370}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 370}, + {"sendmsg$NFQNL_MSG_CONFIG", 370}, + {"sendmsg$NFQNL_MSG_VERDICT", 370}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 370}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 370}, {"sendmsg$NL80211_CMD_DEL_KEY", 370}, {"sendmsg$NL80211_CMD_DEL_MPATH", 370}, @@ -7528,6 +7531,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 46}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 46}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 46}, + {"sendmsg$NFQNL_MSG_CONFIG", 46}, + {"sendmsg$NFQNL_MSG_VERDICT", 46}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 46}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 46}, {"sendmsg$NL80211_CMD_DEL_KEY", 46}, {"sendmsg$NL80211_CMD_DEL_MPATH", 46}, @@ -10685,6 +10691,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 296}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 296}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 296}, + {"sendmsg$NFQNL_MSG_CONFIG", 296}, + {"sendmsg$NFQNL_MSG_VERDICT", 296}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 296}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 296}, {"sendmsg$NL80211_CMD_DEL_KEY", 296}, {"sendmsg$NL80211_CMD_DEL_MPATH", 296}, @@ -13818,6 +13827,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 211}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 211}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 211}, + {"sendmsg$NFQNL_MSG_CONFIG", 211}, + {"sendmsg$NFQNL_MSG_VERDICT", 211}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 211}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 211}, {"sendmsg$NL80211_CMD_DEL_KEY", 211}, {"sendmsg$NL80211_CMD_DEL_MPATH", 211}, @@ -16854,6 +16866,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 5045}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 5045}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 5045}, + {"sendmsg$NFQNL_MSG_CONFIG", 5045}, + {"sendmsg$NFQNL_MSG_VERDICT", 5045}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 5045}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 5045}, {"sendmsg$NL80211_CMD_DEL_KEY", 5045}, {"sendmsg$NL80211_CMD_DEL_MPATH", 5045}, @@ -20005,6 +20020,9 @@ const call_t syscalls[] = { {"sendmsg$NFNL_MSG_CTHELPER_DEL", 341}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 341}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 341}, + {"sendmsg$NFQNL_MSG_CONFIG", 341}, + {"sendmsg$NFQNL_MSG_VERDICT", 341}, + {"sendmsg$NFQNL_MSG_VERDICT_BATCH", 341}, {"sendmsg$NL80211_CMD_DEL_INTERFACE", 341}, {"sendmsg$NL80211_CMD_DEL_KEY", 341}, {"sendmsg$NL80211_CMD_DEL_MPATH", 341}, |
