diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-13 07:58:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-13 07:58:58 +0100 |
| commit | 99565c1a260d7d4320bed9d77031c135fa5ae886 (patch) | |
| tree | eefa7ab339533d93a423ce5d124bb77c076f7ab6 /executor/syscalls.h | |
| parent | 76bd6dd281dd67b97e275dc71a62be0fd5475725 (diff) | |
sys/linux: add NFNL_SUBSYS_ACCT descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 16695ec71..a29f89344 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4325,6 +4325,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 370}, {"sendmsg$NET_DM_CMD_START", 370}, {"sendmsg$NET_DM_CMD_STOP", 370}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 370}, + {"sendmsg$NFNL_MSG_ACCT_GET", 370}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 370}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 370}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 370}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 370}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 370}, @@ -7535,6 +7539,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 46}, {"sendmsg$NET_DM_CMD_START", 46}, {"sendmsg$NET_DM_CMD_STOP", 46}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 46}, + {"sendmsg$NFNL_MSG_ACCT_GET", 46}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 46}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 46}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 46}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 46}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 46}, @@ -10700,6 +10708,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 296}, {"sendmsg$NET_DM_CMD_START", 296}, {"sendmsg$NET_DM_CMD_STOP", 296}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 296}, + {"sendmsg$NFNL_MSG_ACCT_GET", 296}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 296}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 296}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 296}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 296}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 296}, @@ -13841,6 +13853,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 211}, {"sendmsg$NET_DM_CMD_START", 211}, {"sendmsg$NET_DM_CMD_STOP", 211}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 211}, + {"sendmsg$NFNL_MSG_ACCT_GET", 211}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 211}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 211}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 211}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 211}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 211}, @@ -16885,6 +16901,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 5045}, {"sendmsg$NET_DM_CMD_START", 5045}, {"sendmsg$NET_DM_CMD_STOP", 5045}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 5045}, + {"sendmsg$NFNL_MSG_ACCT_GET", 5045}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 5045}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 5045}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 5045}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 5045}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 5045}, @@ -20044,6 +20064,10 @@ const call_t syscalls[] = { {"sendmsg$NBD_CMD_STATUS", 341}, {"sendmsg$NET_DM_CMD_START", 341}, {"sendmsg$NET_DM_CMD_STOP", 341}, + {"sendmsg$NFNL_MSG_ACCT_DEL", 341}, + {"sendmsg$NFNL_MSG_ACCT_GET", 341}, + {"sendmsg$NFNL_MSG_ACCT_GET_CTRZERO", 341}, + {"sendmsg$NFNL_MSG_ACCT_NEW", 341}, {"sendmsg$NFNL_MSG_CTHELPER_DEL", 341}, {"sendmsg$NFNL_MSG_CTHELPER_GET", 341}, {"sendmsg$NFNL_MSG_CTHELPER_NEW", 341}, |
