diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-13 07:58:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-13 07:58:56 +0100 |
| commit | 76bd6dd281dd67b97e275dc71a62be0fd5475725 (patch) | |
| tree | b5e6ea3fc68e989e6b38f95d8fee2c5e0afd33a0 /executor/syscalls.h | |
| parent | 53faa9fe74062ad0e47ea0269007ad5182252378 (diff) | |
sys/linux: add NFNL_SUBSYS_OSF descriptions
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index f633386e7..16695ec71 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -4391,6 +4391,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 370}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 370}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 370}, + {"sendmsg$OSF_MSG_ADD", 370}, + {"sendmsg$OSF_MSG_REMOVE", 370}, {"sendmsg$SEG6_CMD_DUMPHMAC", 370}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 370}, {"sendmsg$SEG6_CMD_SETHMAC", 370}, @@ -7599,6 +7601,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 46}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 46}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 46}, + {"sendmsg$OSF_MSG_ADD", 46}, + {"sendmsg$OSF_MSG_REMOVE", 46}, {"sendmsg$SEG6_CMD_DUMPHMAC", 46}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 46}, {"sendmsg$SEG6_CMD_SETHMAC", 46}, @@ -10762,6 +10766,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 296}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 296}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 296}, + {"sendmsg$OSF_MSG_ADD", 296}, + {"sendmsg$OSF_MSG_REMOVE", 296}, {"sendmsg$SEG6_CMD_DUMPHMAC", 296}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 296}, {"sendmsg$SEG6_CMD_SETHMAC", 296}, @@ -13901,6 +13907,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 211}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 211}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 211}, + {"sendmsg$OSF_MSG_ADD", 211}, + {"sendmsg$OSF_MSG_REMOVE", 211}, {"sendmsg$SEG6_CMD_DUMPHMAC", 211}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 211}, {"sendmsg$SEG6_CMD_SETHMAC", 211}, @@ -16943,6 +16951,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 5045}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 5045}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 5045}, + {"sendmsg$OSF_MSG_ADD", 5045}, + {"sendmsg$OSF_MSG_REMOVE", 5045}, {"sendmsg$SEG6_CMD_DUMPHMAC", 5045}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 5045}, {"sendmsg$SEG6_CMD_SETHMAC", 5045}, @@ -20100,6 +20110,8 @@ const call_t syscalls[] = { {"sendmsg$NLBL_UNLABEL_C_STATICLISTDEF", 341}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVE", 341}, {"sendmsg$NLBL_UNLABEL_C_STATICREMOVEDEF", 341}, + {"sendmsg$OSF_MSG_ADD", 341}, + {"sendmsg$OSF_MSG_REMOVE", 341}, {"sendmsg$SEG6_CMD_DUMPHMAC", 341}, {"sendmsg$SEG6_CMD_GET_TUNSRC", 341}, {"sendmsg$SEG6_CMD_SETHMAC", 341}, |
