diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 16:53:29 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-14 10:15:33 +0000 |
| commit | 77f3eeb755d0c3e79023775a7e72e05dded0f8a1 (patch) | |
| tree | 4b6df9a21d8bc86f6b616494d21921bbcac56e58 /sys/linux | |
| parent | 5b77d93a9aac0b085075e737a639586e2ca52a7a (diff) | |
tools/syz-declextract: store interfaces info in a text file
One line per interface allows to use all power of unix utilities
to process these files. For example the following command
allow to select all unpriviledged interfaces present in one kernel
but not in another:
comm -23 <(cat auto1.info | grep access:user | cut -f -2 | sort) \
<(cat auto2.info | cut -f -2 | sort)
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/auto.txt.info | 925 | ||||
| -rw-r--r-- | sys/linux/auto.txt.json | 12622 |
2 files changed, 925 insertions, 12622 deletions
diff --git a/sys/linux/auto.txt.info b/sys/linux/auto.txt.info new file mode 100644 index 000000000..a247f55e4 --- /dev/null +++ b/sys/linux/auto.txt.info @@ -0,0 +1,925 @@ +IOURING IORING_OP_ACCEPT func:io_accept access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_ASYNC_CANCEL func:io_async_cancel access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_BIND func:io_bind access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_CLOSE func:io_close access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_CONNECT func:io_connect access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_EPOLL_CTL func:io_epoll_ctl access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FADVISE func:io_fadvise access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FALLOCATE func:io_fallocate access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FGETXATTR func:io_fgetxattr access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FILES_UPDATE func:io_files_update access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FIXED_FD_INSTALL func:io_install_fixed_fd access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FSETXATTR func:io_fsetxattr access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FSYNC func:io_fsync access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FTRUNCATE func:io_ftruncate access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FUTEX_WAIT func:io_futex_wait access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FUTEX_WAITV func:io_futexv_wait access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_FUTEX_WAKE func:io_futex_wake access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_GETXATTR func:io_getxattr access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_LINKAT func:io_linkat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_LINK_TIMEOUT func:io_no_issue access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_LISTEN func:io_listen access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_MADVISE func:io_madvise access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_MKDIRAT func:io_mkdirat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_MSG_RING func:io_msg_ring access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_NOP func:io_nop access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_OPENAT func:io_openat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_OPENAT2 func:io_openat2 access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_POLL_ADD func:io_poll_add access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_POLL_REMOVE func:io_poll_remove access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_PROVIDE_BUFFERS func:io_provide_buffers access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_READ func:io_read access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_READV func:io_read access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_READ_FIXED func:io_read access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_READ_MULTISHOT func:io_read_mshot access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_RECV func:io_recv access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_RECVMSG func:io_recvmsg access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_REMOVE_BUFFERS func:io_remove_buffers access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_RENAMEAT func:io_renameat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SEND func:io_send access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SENDMSG func:io_sendmsg access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SENDMSG_ZC func:io_sendmsg_zc access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SEND_ZC func:io_send_zc access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SETXATTR func:io_setxattr access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SHUTDOWN func:io_shutdown access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SOCKET func:io_socket access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SPLICE func:io_splice access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_STATX func:io_statx access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SYMLINKAT func:io_symlinkat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_SYNC_FILE_RANGE func:io_sync_file_range access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_TEE func:io_tee access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_TIMEOUT func:io_timeout access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_TIMEOUT_REMOVE func:io_timeout_remove access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_UNLINKAT func:io_unlinkat access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_URING_CMD func:io_uring_cmd access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_WAITID func:io_waitid access:user manual_desc:false auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_WRITE func:io_write access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_WRITEV func:io_write access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +IOURING IORING_OP_WRITE_FIXED func:io_write access:user manual_desc:true auto_desc:false file:io_uring/opdef.c subsystem:io-uring +NETLINK BATADV_CMD_GET_BLA_BACKBONE func:batadv_bla_backbone_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_BLA_CLAIM func:batadv_bla_claim_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_DAT_CACHE func:batadv_dat_cache_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_GATEWAYS func:batadv_gw_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_HARDIF func:batadv_netlink_get_hardif access:user manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_MCAST_FLAGS func:batadv_mcast_flags_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_MESH func:batadv_netlink_get_mesh access:user manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_NEIGHBORS func:batadv_hardif_neigh_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_ORIGINATORS func:batadv_orig_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_ROUTING_ALGOS func:batadv_algo_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_TRANSTABLE_GLOBAL func:batadv_tt_global_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_TRANSTABLE_LOCAL func:batadv_tt_local_dump access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_GET_VLAN func:batadv_netlink_get_vlan access:user manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_SET_HARDIF func:batadv_netlink_set_hardif access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_SET_MESH func:batadv_netlink_set_mesh access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_SET_VLAN func:batadv_netlink_set_vlan access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_TP_METER func:batadv_netlink_tp_meter_start access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK BATADV_CMD_TP_METER_CANCEL func:batadv_netlink_tp_meter_cancel access:ns_admin manual_desc:true auto_desc:true file:net/batman-adv/netlink.c subsystem:batman +NETLINK CGROUPSTATS_CMD_GET func:cgroupstats_user_cmd access:user manual_desc:false auto_desc:true file:kernel/taskstats.c subsystem:kernel +NETLINK CIFS_GENL_CMD_SWN_NOTIFY func:cifs_swn_notify access:user manual_desc:false auto_desc:true file:fs/smb/client/netlink.c subsystem:cifs +NETLINK CTRL_CMD_GETFAMILY func:ctrl_dumpfamily access:user manual_desc:false auto_desc:true file:net/netlink/genetlink.c subsystem:net +NETLINK CTRL_CMD_GETPOLICY func:ctrl_dumppolicy_done access:user manual_desc:false auto_desc:true file:net/netlink/genetlink.c subsystem:net +NETLINK ETHTOOL_MSG_CABLE_TEST_ACT func:ethnl_act_cable_test access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_CABLE_TEST_TDR_ACT func:ethnl_act_cable_test_tdr access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_CHANNELS_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_CHANNELS_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_COALESCE_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_COALESCE_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_DEBUG_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_DEBUG_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_EEE_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_EEE_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_FEATURES_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_FEATURES_SET func:ethnl_set_features access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_FEC_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_FEC_SET func:ethnl_default_set_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_LINKINFO_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_LINKINFO_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_LINKMODES_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_LINKMODES_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_LINKSTATE_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MM_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MM_SET func:ethnl_default_set_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MODULE_EEPROM_GET func:ethnl_default_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MODULE_FW_FLASH_ACT func:ethnl_act_module_fw_flash access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MODULE_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_MODULE_SET func:ethnl_default_set_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PAUSE_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PAUSE_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PHC_VCLOCKS_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PHY_GET func:ethnl_phy_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PLCA_GET_CFG func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PLCA_GET_STATUS func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PLCA_SET_CFG func:ethnl_default_set_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PRIVFLAGS_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PRIVFLAGS_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PSE_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_PSE_SET func:ethnl_default_set_doit access:ns_admin manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_RINGS_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_RINGS_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_RSS_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_STATS_GET func:ethnl_default_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_STRSET_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_TSINFO_GET func:ethnl_default_doit access:user manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_TUNNEL_INFO_GET func:ethnl_tunnel_info_doit access:user manual_desc:false auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_WOL_GET func:ethnl_default_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK ETHTOOL_MSG_WOL_SET func:ethnl_default_set_doit access:ns_admin manual_desc:true auto_desc:true file:net/ethtool/netlink.c subsystem:net +NETLINK GTP_CMD_DELPDP func:gtp_genl_del_pdp access:admin manual_desc:true auto_desc:true file:drivers/net/gtp.c subsystem:net +NETLINK GTP_CMD_ECHOREQ func:gtp_genl_send_echo_req access:admin manual_desc:true auto_desc:true file:drivers/net/gtp.c subsystem:net +NETLINK GTP_CMD_GETPDP func:gtp_genl_get_pdp access:admin manual_desc:true auto_desc:true file:drivers/net/gtp.c subsystem:net +NETLINK GTP_CMD_NEWPDP func:gtp_genl_new_pdp access:admin manual_desc:true auto_desc:true file:drivers/net/gtp.c subsystem:net +NETLINK HANDSHAKE_CMD_ACCEPT func:handshake_nl_accept_doit access:admin manual_desc:false auto_desc:true file:net/handshake/genl.c subsystem:tls +NETLINK HANDSHAKE_CMD_DONE func:handshake_nl_done_doit access:user manual_desc:false auto_desc:true file:net/handshake/genl.c subsystem:tls +NETLINK HSR_C_GET_NODE_LIST func:hsr_get_node_list access:user manual_desc:false auto_desc:true file:net/hsr/hsr_netlink.c subsystem:net +NETLINK HSR_C_GET_NODE_STATUS func:hsr_get_node_status access:user manual_desc:false auto_desc:true file:net/hsr/hsr_netlink.c subsystem:net +NETLINK HWSIM_CMD_DEL_RADIO func:hwsim_del_radio_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_FRAME func:hwsim_cloned_frame_received_nl access:user manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_GET_RADIO func:hwsim_get_radio_nl access:user manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_NEW_RADIO func:hwsim_new_radio_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_REGISTER func:hwsim_register_received_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_REPORT_PMSR func:hwsim_pmsr_report_nl access:user manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK HWSIM_CMD_TX_INFO_FRAME func:hwsim_tx_info_frame_received_nl access:user manual_desc:false auto_desc:true file:drivers/net/wireless/virtual/mac80211_hwsim.c subsystem:wireless +NETLINK IEEE802154_ADD_IFACE func:ieee802154_add_iface access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_ASSOCIATE_REQ func:ieee802154_associate_req access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_ASSOCIATE_RESP func:ieee802154_associate_resp access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_DEL_IFACE func:ieee802154_del_iface access:admin manual_desc:false auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_DISASSOCIATE_REQ func:ieee802154_disassociate_req access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LIST_IFACE func:ieee802154_list_iface access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LIST_PHY func:ieee802154_list_phy access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_ADD_DEV func:ieee802154_llsec_add_dev access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_ADD_DEVKEY func:ieee802154_llsec_add_devkey access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_ADD_KEY func:ieee802154_llsec_add_key access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_ADD_SECLEVEL func:ieee802154_llsec_add_seclevel access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_DEL_DEV func:ieee802154_llsec_del_dev access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_DEL_DEVKEY func:ieee802154_llsec_del_devkey access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_DEL_KEY func:ieee802154_llsec_del_key access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_DEL_SECLEVEL func:ieee802154_llsec_del_seclevel access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_GETPARAMS func:ieee802154_llsec_getparams access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_LIST_DEV func:ieee802154_llsec_dump_devs access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_LIST_DEVKEY func:ieee802154_llsec_dump_devkeys access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_LIST_KEY func:ieee802154_llsec_dump_keys access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_LIST_SECLEVEL func:ieee802154_llsec_dump_seclevels access:user manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_LLSEC_SETPARAMS func:ieee802154_llsec_setparams access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_SCAN_REQ func:ieee802154_scan_req access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_SET_MACPARAMS func:ieee802154_set_macparams access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK IEEE802154_START_REQ func:ieee802154_start_req access:admin manual_desc:true auto_desc:true file:net/ieee802154/netlink.c subsystem:wpan +NETLINK ILA_CMD_ADD func:ila_xlat_nl_cmd_add_mapping access:admin manual_desc:false auto_desc:true file:net/ipv6/ila/ila_main.c subsystem:net +NETLINK ILA_CMD_DEL func:ila_xlat_nl_cmd_del_mapping access:admin manual_desc:false auto_desc:true file:net/ipv6/ila/ila_main.c subsystem:net +NETLINK ILA_CMD_FLUSH func:ila_xlat_nl_cmd_flush access:admin manual_desc:false auto_desc:true file:net/ipv6/ila/ila_main.c subsystem:net +NETLINK ILA_CMD_GET func:ila_xlat_nl_cmd_get_mapping access:user manual_desc:false auto_desc:true file:net/ipv6/ila/ila_main.c subsystem:net +NETLINK IOAM6_CMD_ADD_NAMESPACE func:ioam6_genl_addns access:admin manual_desc:false auto_desc:true file:net/ipv6/ioam6.c subsystem:net +NETLINK IOAM6_CMD_ADD_SCHEMA func:ioam6_genl_addsc access:admin manual_desc:false auto_desc:true file:net/ipv6/ioam6.c subsystem:net +NETLINK IOAM6_CMD_DEL_NAMESPACE func:ioam6_genl_delns access:admin manual_desc:false auto_desc:true file:net/ipv6/ioam6.c subsystem:net +NETLINK IOAM6_CMD_DEL_SCHEMA func:ioam6_genl_delsc access:admin manual_desc:false auto_desc:true file:net/ipv6/ioam6.c subsystem:net +NETLINK IOAM6_CMD_NS_SET_SCHEMA func:ioam6_genl_ns_set_schema access:admin manual_desc:false auto_desc:true file:net/ipv6/ioam6.c subsystem:net +NETLINK IPVS_CMD_DEL_DAEMON func:ip_vs_genl_set_daemon access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_DEL_DEST func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_DEL_SERVICE func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_FLUSH func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_GET_CONFIG func:ip_vs_genl_get_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_GET_DAEMON func:ip_vs_genl_dump_daemons access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_GET_DEST func:ip_vs_genl_dump_dests access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_GET_INFO func:ip_vs_genl_get_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_GET_SERVICE func:ip_vs_genl_get_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_NEW_DAEMON func:ip_vs_genl_set_daemon access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_NEW_DEST func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_NEW_SERVICE func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_SET_CONFIG func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_SET_DEST func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_SET_SERVICE func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK IPVS_CMD_ZERO func:ip_vs_genl_set_cmd access:admin manual_desc:true auto_desc:true file:net/netfilter/ipvs/ip_vs_ctl.c subsystem:lvs +NETLINK L2TP_CMD_NOOP func:l2tp_nl_cmd_noop access:user manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_SESSION_CREATE func:l2tp_nl_cmd_session_create access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_SESSION_DELETE func:l2tp_nl_cmd_session_delete access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_SESSION_GET func:l2tp_nl_cmd_session_get access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_SESSION_MODIFY func:l2tp_nl_cmd_session_modify access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_TUNNEL_CREATE func:l2tp_nl_cmd_tunnel_create access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_TUNNEL_DELETE func:l2tp_nl_cmd_tunnel_delete access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_TUNNEL_GET func:l2tp_nl_cmd_tunnel_get access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK L2TP_CMD_TUNNEL_MODIFY func:l2tp_nl_cmd_tunnel_modify access:ns_admin manual_desc:true auto_desc:true file:net/l2tp/l2tp_netlink.c subsystem:net +NETLINK MAC802154_HWSIM_CMD_DEL_EDGE func:hwsim_del_edge_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MAC802154_HWSIM_CMD_DEL_RADIO func:hwsim_del_radio_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MAC802154_HWSIM_CMD_GET_RADIO func:hwsim_get_radio_nl access:user manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MAC802154_HWSIM_CMD_NEW_EDGE func:hwsim_new_edge_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MAC802154_HWSIM_CMD_NEW_RADIO func:hwsim_new_radio_nl access:ns_admin manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MAC802154_HWSIM_CMD_SET_EDGE func:hwsim_set_edge_lqi access:ns_admin manual_desc:false auto_desc:true file:drivers/net/ieee802154/mac802154_hwsim.c subsystem:wpan +NETLINK MACSEC_CMD_ADD_RXSA func:macsec_add_rxsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_ADD_RXSC func:macsec_add_rxsc access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_ADD_TXSA func:macsec_add_txsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_DEL_RXSA func:macsec_del_rxsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_DEL_RXSC func:macsec_del_rxsc access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_DEL_TXSA func:macsec_del_txsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_GET_TXSC func:macsec_dump_txsc access:user manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_UPD_OFFLOAD func:macsec_upd_offload access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_UPD_RXSA func:macsec_upd_rxsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_UPD_RXSC func:macsec_upd_rxsc access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK MACSEC_CMD_UPD_TXSA func:macsec_upd_txsa access:admin manual_desc:false auto_desc:true file:drivers/net/macsec.c subsystem:net +NETLINK NBD_CMD_CONNECT func:nbd_genl_connect access:user manual_desc:true auto_desc:true file:drivers/block/nbd.c subsystem:nbd +NETLINK NBD_CMD_DISCONNECT func:nbd_genl_disconnect access:user manual_desc:true auto_desc:true file:drivers/block/nbd.c subsystem:nbd +NETLINK NBD_CMD_RECONFIGURE func:nbd_genl_reconfigure access:user manual_desc:true auto_desc:true file:drivers/block/nbd.c subsystem:nbd +NETLINK NBD_CMD_STATUS func:nbd_genl_status access:user manual_desc:true auto_desc:true file:drivers/block/nbd.c subsystem:nbd +NETLINK NCSI_CMD_CLEAR_INTERFACE func:ncsi_clear_interface_nl access:admin manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NCSI_CMD_PKG_INFO func:ncsi_pkg_info_nl access:user manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NCSI_CMD_SEND_CMD func:ncsi_send_cmd_nl access:admin manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NCSI_CMD_SET_CHANNEL_MASK func:ncsi_set_channel_mask_nl access:admin manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NCSI_CMD_SET_INTERFACE func:ncsi_set_interface_nl access:admin manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NCSI_CMD_SET_PACKAGE_MASK func:ncsi_set_package_mask_nl access:admin manual_desc:false auto_desc:true file:net/ncsi/ncsi-netlink.c subsystem:net +NETLINK NETDEV_CMD_BIND_RX func:netdev_nl_bind_rx_doit access:admin manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NETDEV_CMD_DEV_GET func:netdev_nl_dev_get_doit access:user manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NETDEV_CMD_NAPI_GET func:netdev_nl_napi_get_dumpit access:user manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NETDEV_CMD_PAGE_POOL_GET func:netdev_nl_page_pool_get_doit access:user manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NETDEV_CMD_QSTATS_GET func:netdev_nl_qstats_get_dumpit access:user manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NETDEV_CMD_QUEUE_GET func:netdev_nl_queue_get_dumpit access:user manual_desc:false auto_desc:true file:net/core/netdev-genl-gen.c subsystem:net +NETLINK NET_DM_CMD_CONFIG func:net_dm_cmd_config access:admin manual_desc:false auto_desc:true file:net/core/drop_monitor.c subsystem:net +NETLINK NET_DM_CMD_CONFIG_GET func:net_dm_cmd_config_get access:user manual_desc:false auto_desc:true file:net/core/drop_monitor.c subsystem:net +NETLINK NET_DM_CMD_START func:net_dm_cmd_trace access:admin manual_desc:true auto_desc:true file:net/core/drop_monitor.c subsystem:net +NETLINK NET_DM_CMD_STATS_GET func:net_dm_cmd_stats_get access:user manual_desc:false auto_desc:true file:net/core/drop_monitor.c subsystem:net +NETLINK NET_DM_CMD_STOP func:net_dm_cmd_trace access:admin manual_desc:true auto_desc:true file:net/core/drop_monitor.c subsystem:net +NETLINK NFC_CMD_ACTIVATE_TARGET func:nfc_genl_activate_target access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DEACTIVATE_TARGET func:nfc_genl_deactivate_target access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DEP_LINK_DOWN func:nfc_genl_dep_link_down access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DEP_LINK_UP func:nfc_genl_dep_link_up access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DEV_DOWN func:nfc_genl_dev_down access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DEV_UP func:nfc_genl_dev_up access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_DISABLE_SE func:nfc_genl_disable_se access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_ENABLE_SE func:nfc_genl_enable_se access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_FW_DOWNLOAD func:nfc_genl_fw_download access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_GET_DEVICE func:nfc_genl_get_device access:user manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_GET_SE func:nfc_genl_dump_ses access:user manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_GET_TARGET func:nfc_genl_dump_targets access:user manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_LLC_GET_PARAMS func:nfc_genl_llc_get_params access:user manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_LLC_SDREQ func:nfc_genl_llc_sdreq access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_LLC_SET_PARAMS func:nfc_genl_llc_set_params access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_SE_IO func:nfc_genl_se_io access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_START_POLL func:nfc_genl_start_poll access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_STOP_POLL func:nfc_genl_stop_poll access:admin manual_desc:false auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFC_CMD_VENDOR func:nfc_genl_vendor_cmd access:admin manual_desc:true auto_desc:true file:net/nfc/netlink.c subsystem:net subsystem:nfc +NETLINK NFSD_CMD_LISTENER_SET func:nfsd_nl_listener_set_doit access:admin manual_desc:false auto_desc:true file:fs/nfsd/netlink.c subsystem:nfs +NETLINK NFSD_CMD_POOL_MODE_SET func:nfsd_nl_pool_mode_set_doit access:admin manual_desc:false auto_desc:true file:fs/nfsd/netlink.c subsystem:nfs +NETLINK NFSD_CMD_THREADS_SET func:nfsd_nl_threads_set_doit access:admin manual_desc:false auto_desc:true file:fs/nfsd/netlink.c subsystem:nfs +NETLINK NFSD_CMD_VERSION_SET func:nfsd_nl_version_set_doit access:admin manual_desc:false auto_desc:true file:fs/nfsd/netlink.c subsystem:nfs +NETLINK NL80211_CMD_ABORT_SCAN func:nl80211_abort_scan access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_ADD_LINK func:nl80211_add_link access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_ADD_LINK_STA func:nl80211_add_link_station access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_ADD_NAN_FUNCTION func:nl80211_nan_add_func access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_ADD_TX_TS func:nl80211_add_tx_ts access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_ASSOCIATE func:nl80211_associate access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_AUTHENTICATE func:nl80211_authenticate access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL func:nl80211_cancel_remain_on_channel access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CHANGE_NAN_CONFIG func:nl80211_nan_change_config access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CHANNEL_SWITCH func:nl80211_channel_switch access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_COLOR_CHANGE_REQUEST func:nl80211_color_change access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CONNECT func:nl80211_connect access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CONTROL_PORT_FRAME func:nl80211_tx_control_port access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CRIT_PROTOCOL_START func:nl80211_crit_protocol_start access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_CRIT_PROTOCOL_STOP func:nl80211_crit_protocol_stop access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEAUTHENTICATE func:nl80211_deauthenticate access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_INTERFACE func:nl80211_del_interface access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_KEY func:nl80211_del_key access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_MPATH func:nl80211_del_mpath access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_NAN_FUNCTION func:nl80211_nan_del_func access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_PMK func:nl80211_del_pmk access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_PMKSA func:nl80211_del_pmksa access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_STATION func:nl80211_del_station access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DEL_TX_TS func:nl80211_del_tx_ts access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DISASSOCIATE func:nl80211_disassociate access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_DISCONNECT func:nl80211_disconnect access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_EXTERNAL_AUTH func:nl80211_external_auth access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_FLUSH_PMKSA func:nl80211_flush_pmksa access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_FRAME func:nl80211_tx_mgmt access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_FRAME_WAIT_CANCEL func:nl80211_tx_mgmt_cancel_wait access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_COALESCE func:nl80211_get_coalesce access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_FTM_RESPONDER_STATS func:nl80211_get_ftm_responder_stats access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_INTERFACE func:nl80211_get_interface access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_KEY func:nl80211_get_key access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_MESH_CONFIG func:nl80211_get_mesh_config access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_MPATH func:nl80211_get_mpath access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_MPP func:nl80211_get_mpp access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_POWER_SAVE func:nl80211_get_power_save access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_PROTOCOL_FEATURES func:nl80211_get_protocol_features access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_REG func:nl80211_get_reg_do access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_SCAN func:nl80211_dump_scan access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_STATION func:nl80211_get_station access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_SURVEY func:nl80211_dump_survey access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_WIPHY func:nl80211_get_wiphy access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_GET_WOWLAN func:nl80211_get_wowlan access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_JOIN_IBSS func:nl80211_join_ibss access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_JOIN_MESH func:nl80211_join_mesh access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_JOIN_OCB func:nl80211_join_ocb access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_LEAVE_IBSS func:nl80211_leave_ibss access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_LEAVE_MESH func:nl80211_leave_mesh access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_LEAVE_OCB func:nl80211_leave_ocb access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_MODIFY_LINK_STA func:nl80211_modify_link_station access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_NEW_INTERFACE func:nl80211_new_interface access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_NEW_KEY func:nl80211_new_key access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_NEW_MPATH func:nl80211_new_mpath access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_NEW_STATION func:nl80211_new_station access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_NOTIFY_RADAR func:nl80211_notify_radar_detection access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_PEER_MEASUREMENT_START func:nl80211_pmsr_start access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_PROBE_CLIENT func:nl80211_probe_client access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_PROBE_MESH_LINK func:nl80211_probe_mesh_link access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_RADAR_DETECT func:nl80211_start_radar_detection access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REGISTER_BEACONS func:nl80211_register_beacons access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REGISTER_FRAME func:nl80211_register_mgmt access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_RELOAD_REGDB func:nl80211_reload_regdb access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REMAIN_ON_CHANNEL func:nl80211_remain_on_channel access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REMOVE_LINK func:nl80211_remove_link access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REMOVE_LINK_STA func:nl80211_remove_link_station access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_REQ_SET_REG func:nl80211_req_set_reg access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_BEACON func:nl80211_set_beacon access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_BSS func:nl80211_set_bss access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_CHANNEL func:nl80211_set_channel access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_COALESCE func:nl80211_set_coalesce access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_CQM func:nl80211_set_cqm access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_FILS_AAD func:nl80211_set_fils_aad access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_HW_TIMESTAMP func:nl80211_set_hw_timestamp access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_INTERFACE func:nl80211_set_interface access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_KEY func:nl80211_set_key access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_MAC_ACL func:nl80211_set_mac_acl access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_MCAST_RATE func:nl80211_set_mcast_rate access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_MESH_CONFIG func:nl80211_update_mesh_config access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_MPATH func:nl80211_set_mpath access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_MULTICAST_TO_UNICAST func:nl80211_set_multicast_to_unicast access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_NOACK_MAP func:nl80211_set_noack_map access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_PMK func:nl80211_set_pmk access:user manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_PMKSA func:nl80211_set_pmksa access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_POWER_SAVE func:nl80211_set_power_save access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_QOS_MAP func:nl80211_set_qos_map access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_REG func:nl80211_set_reg access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_REKEY_OFFLOAD func:nl80211_set_rekey_data access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_SAR_SPECS func:nl80211_set_sar_specs access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_STATION func:nl80211_set_station access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_TID_CONFIG func:nl80211_set_tid_config access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_TID_TO_LINK_MAPPING func:nl80211_set_ttlm access:ns_admin manual_desc:false auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_TX_BITRATE_MASK func:nl80211_set_tx_bitrate_mask access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_WIPHY func:nl80211_set_wiphy access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_WIPHY_NETNS func:nl80211_wiphy_netns access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_SET_WOWLAN func:nl80211_set_wowlan access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_START_AP func:nl80211_start_ap access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_START_NAN func:nl80211_start_nan access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_START_P2P_DEVICE func:nl80211_start_p2p_device access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_START_SCHED_SCAN func:nl80211_start_sched_scan access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_STOP_AP func:nl80211_stop_ap access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_STOP_NAN func:nl80211_stop_nan access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_STOP_P2P_DEVICE func:nl80211_stop_p2p_device access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_STOP_SCHED_SCAN func:nl80211_stop_sched_scan access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH func:nl80211_tdls_cancel_channel_switch access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_TDLS_CHANNEL_SWITCH func:nl80211_tdls_channel_switch access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_TDLS_MGMT func:nl80211_tdls_mgmt access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_TDLS_OPER func:nl80211_tdls_oper access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_TRIGGER_SCAN func:nl80211_trigger_scan access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_UNEXPECTED_FRAME func:nl80211_register_unexpected_frame access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_UPDATE_CONNECT_PARAMS func:nl80211_update_connect_params access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_UPDATE_FT_IES func:nl80211_update_ft_ies access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_UPDATE_OWE_INFO func:nl80211_update_owe_info access:admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL80211_CMD_VENDOR func:nl80211_vendor_cmd access:ns_admin manual_desc:true auto_desc:true file:net/wireless/nl80211.c subsystem:wireless +NETLINK NL802154_CMD_ABORT_SCAN func:nl802154_abort_scan access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_ASSOCIATE func:nl802154_associate access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DEL_INTERFACE func:nl802154_del_interface access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DEL_SEC_DEV func:nl802154_del_llsec_dev access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DEL_SEC_DEVKEY func:nl802154_del_llsec_devkey access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DEL_SEC_KEY func:nl802154_del_llsec_key access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DEL_SEC_LEVEL func:nl802154_del_llsec_seclevel access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_DISASSOCIATE func:nl802154_disassociate access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_INTERFACE func:nl802154_get_interface access:user manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_SEC_DEV func:nl802154_dump_llsec_dev access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_SEC_DEVKEY func:nl802154_dump_llsec_devkey access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_SEC_KEY func:nl802154_dump_llsec_key access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_SEC_LEVEL func:nl802154_dump_llsec_seclevel access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_GET_WPAN_PHY func:nl802154_get_wpan_phy access:user manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_LIST_ASSOCIATIONS func:nl802154_list_associations access:user manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_NEW_INTERFACE func:nl802154_new_interface access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_NEW_SEC_DEV func:nl802154_add_llsec_dev access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_NEW_SEC_DEVKEY func:nl802154_add_llsec_devkey access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_NEW_SEC_KEY func:nl802154_add_llsec_key access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_NEW_SEC_LEVEL func:nl802154_add_llsec_seclevel access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SEND_BEACONS func:nl802154_send_beacons access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_ACKREQ_DEFAULT func:nl802154_set_ackreq_default access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_BACKOFF_EXPONENT func:nl802154_set_backoff_exponent access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_CCA_ED_LEVEL func:nl802154_set_cca_ed_level access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_CCA_MODE func:nl802154_set_cca_mode access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_CHANNEL func:nl802154_set_channel access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_LBT_MODE func:nl802154_set_lbt_mode access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_MAX_ASSOCIATIONS func:nl802154_set_max_associations access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_MAX_CSMA_BACKOFFS func:nl802154_set_max_csma_backoffs access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_MAX_FRAME_RETRIES func:nl802154_set_max_frame_retries access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_PAN_ID func:nl802154_set_pan_id access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_SEC_PARAMS func:nl802154_set_llsec_params access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_SHORT_ADDR func:nl802154_set_short_addr access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_TX_POWER func:nl802154_set_tx_power access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_SET_WPAN_PHY_NETNS func:nl802154_wpan_phy_netns access:admin manual_desc:true auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_STOP_BEACONS func:nl802154_stop_beacons access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NL802154_CMD_TRIGGER_SCAN func:nl802154_trigger_scan access:admin manual_desc:false auto_desc:true file:net/ieee802154/nl802154.c subsystem:wpan +NETLINK NLBL_CALIPSO_C_ADD func:netlbl_calipso_add access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_calipso.c subsystem:lsm subsystem:net +NETLINK NLBL_CALIPSO_C_LIST func:netlbl_calipso_list access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_calipso.c subsystem:lsm subsystem:net +NETLINK NLBL_CALIPSO_C_LISTALL func:netlbl_calipso_listall access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_calipso.c subsystem:lsm subsystem:net +NETLINK NLBL_CALIPSO_C_REMOVE func:netlbl_calipso_remove access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_calipso.c subsystem:lsm subsystem:net +NETLINK NLBL_CIPSOV4_C_ADD func:netlbl_cipsov4_add access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_cipso_v4.c subsystem:lsm subsystem:net +NETLINK NLBL_CIPSOV4_C_LIST func:netlbl_cipsov4_list access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_cipso_v4.c subsystem:lsm subsystem:net +NETLINK NLBL_CIPSOV4_C_LISTALL func:netlbl_cipsov4_listall access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_cipso_v4.c subsystem:lsm subsystem:net +NETLINK NLBL_CIPSOV4_C_REMOVE func:netlbl_cipsov4_remove access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_cipso_v4.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_ADD func:netlbl_mgmt_add access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_ADDDEF func:netlbl_mgmt_adddef access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_LISTALL func:netlbl_mgmt_listall access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_LISTDEF func:netlbl_mgmt_listdef access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_PROTOCOLS func:netlbl_mgmt_protocols access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_REMOVE func:netlbl_mgmt_remove access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_REMOVEDEF func:netlbl_mgmt_removedef access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_MGMT_C_VERSION func:netlbl_mgmt_version access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_mgmt.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_ACCEPT func:netlbl_unlabel_accept access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_LIST func:netlbl_unlabel_list access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICADD func:netlbl_unlabel_staticadd access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICADDDEF func:netlbl_unlabel_staticadddef access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICLIST func:netlbl_unlabel_staticlist access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICLISTDEF func:netlbl_unlabel_staticlistdef access:user manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICREMOVE func:netlbl_unlabel_staticremove access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK NLBL_UNLABEL_C_STATICREMOVEDEF func:netlbl_unlabel_staticremovedef access:admin manual_desc:true auto_desc:true file:net/netlabel/netlabel_unlabeled.c subsystem:lsm subsystem:net +NETLINK OVS_CT_LIMIT_CMD_DEL func:ovs_ct_limit_cmd_del access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/conntrack.c subsystem:openvswitch +NETLINK OVS_CT_LIMIT_CMD_GET func:ovs_ct_limit_cmd_get access:user manual_desc:false auto_desc:true file:net/openvswitch/conntrack.c subsystem:openvswitch +NETLINK OVS_CT_LIMIT_CMD_SET func:ovs_ct_limit_cmd_set access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/conntrack.c subsystem:openvswitch +NETLINK OVS_DP_CMD_DEL func:ovs_dp_cmd_del access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_DP_CMD_GET func:ovs_dp_cmd_get access:user manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_DP_CMD_NEW func:ovs_dp_cmd_new access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_DP_CMD_SET func:ovs_dp_cmd_set access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_FLOW_CMD_DEL func:ovs_flow_cmd_del access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_FLOW_CMD_GET func:ovs_flow_cmd_get access:user manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_FLOW_CMD_NEW func:ovs_flow_cmd_new access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_FLOW_CMD_SET func:ovs_flow_cmd_set access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_METER_CMD_DEL func:ovs_meter_cmd_del access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/meter.c subsystem:openvswitch +NETLINK OVS_METER_CMD_FEATURES func:ovs_meter_cmd_features access:user manual_desc:false auto_desc:true file:net/openvswitch/meter.c subsystem:openvswitch +NETLINK OVS_METER_CMD_GET func:ovs_meter_cmd_get access:user manual_desc:false auto_desc:true file:net/openvswitch/meter.c subsystem:openvswitch +NETLINK OVS_METER_CMD_SET func:ovs_meter_cmd_set access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/meter.c subsystem:openvswitch +NETLINK OVS_PACKET_CMD_EXECUTE func:ovs_packet_cmd_execute access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_VPORT_CMD_DEL func:ovs_vport_cmd_del access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_VPORT_CMD_GET func:ovs_vport_cmd_get access:user manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_VPORT_CMD_NEW func:ovs_vport_cmd_new access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK OVS_VPORT_CMD_SET func:ovs_vport_cmd_set access:ns_admin manual_desc:false auto_desc:true file:net/openvswitch/datapath.c subsystem:openvswitch +NETLINK SEG6_CMD_DUMPHMAC func:seg6_genl_dumphmac access:admin manual_desc:true auto_desc:true file:net/ipv6/seg6.c subsystem:net +NETLINK SEG6_CMD_GET_TUNSRC func:seg6_genl_get_tunsrc access:admin manual_desc:true auto_desc:true file:net/ipv6/seg6.c subsystem:net +NETLINK SEG6_CMD_SETHMAC func:seg6_genl_sethmac access:admin manual_desc:true auto_desc:true file:net/ipv6/seg6.c subsystem:net +NETLINK SEG6_CMD_SET_TUNSRC func:seg6_genl_set_tunsrc access:admin manual_desc:true auto_desc:true file:net/ipv6/seg6.c subsystem:net +NETLINK SMC_NETLINK_ADD_UEID func:smc_nl_add_ueid access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_DISABLE_HS_LIMITATION func:smc_nl_disable_hs_limitation access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_DISABLE_SEID func:smc_nl_disable_seid access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_DUMP_HS_LIMITATION func:smc_nl_dump_hs_limitation access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_DUMP_SEID func:smc_nl_dump_seid access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_DUMP_UEID func:smc_nl_dump_ueid access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_ENABLE_HS_LIMITATION func:smc_nl_enable_hs_limitation access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_ENABLE_SEID func:smc_nl_enable_seid access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_FLUSH_UEID func:smc_nl_flush_ueid access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_DEV_SMCD func:smcd_nl_get_device access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_DEV_SMCR func:smcr_nl_get_device access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_FBACK_STATS func:smc_nl_get_fback_stats access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_LGR_SMCD func:smcd_nl_get_lgr access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_LGR_SMCR func:smcr_nl_get_lgr access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_LINK_SMCR func:smcr_nl_get_link access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_STATS func:smc_nl_get_stats access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_GET_SYS_INFO func:smc_nl_get_sys_info access:user manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_NETLINK_REMOVE_UEID func:smc_nl_remove_ueid access:admin manual_desc:false auto_desc:true file:net/smc/smc_netlink.c subsystem:net subsystem:s390 +NETLINK SMC_PNETID_ADD func:smc_pnet_add access:admin manual_desc:true auto_desc:true file:net/smc/smc_pnet.c subsystem:net subsystem:s390 +NETLINK SMC_PNETID_DEL func:smc_pnet_del access:admin manual_desc:true auto_desc:true file:net/smc/smc_pnet.c subsystem:net subsystem:s390 +NETLINK SMC_PNETID_FLUSH func:smc_pnet_flush access:admin manual_desc:true auto_desc:true file:net/smc/smc_pnet.c subsystem:net subsystem:s390 +NETLINK SMC_PNETID_GET func:smc_pnet_get access:user manual_desc:true auto_desc:true file:net/smc/smc_pnet.c subsystem:net subsystem:s390 +NETLINK TASKSTATS_CMD_GET func:taskstats_user_cmd access:admin manual_desc:false auto_desc:true file:kernel/taskstats.c subsystem:kernel +NETLINK TCP_METRICS_CMD_DEL func:tcp_metrics_nl_cmd_del access:admin manual_desc:false auto_desc:true file:net/ipv4/tcp_metrics.c subsystem:net +NETLINK TCP_METRICS_CMD_GET func:tcp_metrics_nl_cmd_get access:user manual_desc:false auto_desc:true file:net/ipv4/tcp_metrics.c subsystem:net +NETLINK THERMAL_GENL_CMD_CDEV_GET func:thermal_genl_cmd_dumpit access:user manual_desc:false auto_desc:true file:drivers/thermal/thermal_netlink.c subsystem:pm +NETLINK THERMAL_GENL_CMD_TZ_GET_GOV func:thermal_genl_cmd_doit access:user manual_desc:false auto_desc:true file:drivers/thermal/thermal_netlink.c subsystem:pm +NETLINK THERMAL_GENL_CMD_TZ_GET_ID func:thermal_genl_cmd_dumpit access:user manual_desc:false auto_desc:true file:drivers/thermal/thermal_netlink.c subsystem:pm +NETLINK THERMAL_GENL_CMD_TZ_GET_TEMP func:thermal_genl_cmd_doit access:user manual_desc:false auto_desc:true file:drivers/thermal/thermal_netlink.c subsystem:pm +NETLINK THERMAL_GENL_CMD_TZ_GET_TRIP func:thermal_genl_cmd_doit access:user manual_desc:false auto_desc:true file:drivers/thermal/thermal_netlink.c subsystem:pm +NETLINK TIPC_NL_ADDR_LEGACY_GET func:tipc_nl_net_addr_legacy_get access:user manual_desc:false auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_BEARER_ADD func:tipc_nl_bearer_add access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_BEARER_DISABLE func:tipc_nl_bearer_disable access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_BEARER_ENABLE func:tipc_nl_bearer_enable access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_BEARER_GET func:tipc_nl_bearer_get access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_BEARER_SET func:tipc_nl_bearer_set access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_KEY_FLUSH func:tipc_nl_node_flush_key access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_KEY_SET func:tipc_nl_node_set_key access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_LINK_GET func:tipc_nl_node_get_link access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_LINK_RESET_STATS func:tipc_nl_node_reset_link_stats access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_LINK_SET func:tipc_nl_node_set_link access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_MEDIA_GET func:tipc_nl_media_get access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_MEDIA_SET func:tipc_nl_media_set access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_MON_GET func:tipc_nl_node_get_monitor access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_MON_PEER_GET func:tipc_nl_node_dump_monitor_peer access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_MON_SET func:tipc_nl_node_set_monitor access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_NAME_TABLE_GET func:tipc_nl_name_table_dump access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_NET_GET func:tipc_nl_net_dump access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_NET_SET func:tipc_nl_net_set access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_NODE_GET func:tipc_nl_node_dump access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_PEER_REMOVE func:tipc_nl_peer_rm access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_PUBL_GET func:tipc_nl_publ_dump access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_SOCK_GET func:tipc_nl_sk_dump access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK TIPC_NL_UDP_GET_REMOTEIP func:tipc_udp_nl_dump_remoteip access:user manual_desc:true auto_desc:true file:net/tipc/netlink.c subsystem:tipc +NETLINK VDPA_CMD_DEV_ATTR_SET func:vdpa_nl_cmd_dev_attr_set_doit access:admin manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_DEV_CONFIG_GET func:vdpa_nl_cmd_dev_config_get_doit access:user manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_DEV_DEL func:vdpa_nl_cmd_dev_del_set_doit access:admin manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_DEV_GET func:vdpa_nl_cmd_dev_get_doit access:user manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_DEV_NEW func:vdpa_nl_cmd_dev_add_set_doit access:admin manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_DEV_VSTATS_GET func:vdpa_nl_cmd_dev_stats_get_doit access:admin manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK VDPA_CMD_MGMTDEV_GET func:vdpa_nl_cmd_mgmtdev_get_doit access:user manual_desc:false auto_desc:true file:drivers/vdpa/vdpa.c subsystem:virt +NETLINK WG_CMD_GET_DEVICE func:wg_get_device_dump access:ns_admin manual_desc:true auto_desc:true file:drivers/net/wireguard/netlink.c subsystem:wireguard +NETLINK WG_CMD_SET_DEVICE func:wg_set_device access:ns_admin manual_desc:true auto_desc:true file:drivers/net/wireguard/netlink.c subsystem:wireguard +SYSCALL _llseek func:__do_sys_llseek access:unknown manual_desc:false auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL _newselect func:__do_sys_select access:unknown manual_desc:false auto_desc:true file:fs/select.c subsystem:fs +SYSCALL accept func:__do_sys_accept access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL accept4 func:__do_sys_accept4 access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL access func:__do_sys_access access:unknown manual_desc:false auto_desc:true file:fs/open.c subsystem:fs +SYSCALL acct func:__do_sys_acct access:unknown manual_desc:true auto_desc:true file:kernel/acct.c subsystem:kernel +SYSCALL add_key func:__do_sys_add_key access:unknown manual_desc:true auto_desc:true file:security/keys/keyctl.c subsystem:keyrings subsystem:lsm +SYSCALL adjtimex func:__do_sys_adjtimex access:unknown manual_desc:false auto_desc:true file:kernel/time/time.c subsystem:kernel +SYSCALL alarm func:__do_sys_alarm access:unknown manual_desc:true auto_desc:true file:kernel/time/itimer.c subsystem:kernel +SYSCALL arch_prctl func:__do_sys_arch_prctl access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/process_64.c subsystem:kernel +SYSCALL arm_sync_file_range func:__do_sys_sync_file_range2 access:unknown manual_desc:false auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL bind func:__do_sys_bind access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL bpf func:__do_sys_bpf access:unknown manual_desc:true auto_desc:true file:kernel/bpf/syscall.c subsystem:bpf +SYSCALL brk func:__do_sys_brk access:unknown manual_desc:true auto_desc:true file:mm/mmap.c subsystem:mm +SYSCALL cachestat func:__do_sys_cachestat access:unknown manual_desc:true auto_desc:true file:mm/filemap.c subsystem:fs subsystem:mm +SYSCALL capget func:__do_sys_capget access:unknown manual_desc:true auto_desc:true file:kernel/capability.c subsystem:lsm +SYSCALL capset func:__do_sys_capset access:unknown manual_desc:true auto_desc:true file:kernel/capability.c subsystem:lsm +SYSCALL chdir func:__do_sys_chdir access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL chmod func:__do_sys_chmod access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL chown func:__do_sys_chown access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL chown32 func:__do_sys_chown access:unknown manual_desc:false auto_desc:true file:fs/open.c subsystem:fs +SYSCALL chroot func:__do_sys_chroot access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL clock_adjtime func:__do_sys_clock_adjtime access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_adjtime64 func:__do_sys_clock_adjtime access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_getres func:__do_sys_clock_getres access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_getres_time64 func:__do_sys_clock_getres access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_gettime func:__do_sys_clock_gettime access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_gettime64 func:__do_sys_clock_gettime access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_nanosleep func:__do_sys_clock_nanosleep access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_nanosleep_time64 func:__do_sys_clock_nanosleep access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_settime func:__do_sys_clock_settime access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clock_settime64 func:__do_sys_clock_settime access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL clone func:__do_sys_clone access:unknown manual_desc:true auto_desc:true file:kernel/fork.c subsystem:kernel +SYSCALL clone3 func:__do_sys_clone3 access:unknown manual_desc:true auto_desc:true file:kernel/fork.c subsystem:kernel +SYSCALL close func:__do_sys_close access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL close_range func:__do_sys_close_range access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL connect func:__do_sys_connect access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL copy_file_range func:__do_sys_copy_file_range access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL creat func:__do_sys_creat access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL delete_module func:__do_sys_delete_module access:unknown manual_desc:true auto_desc:true file:kernel/module/main.c subsystem:modules +SYSCALL dup func:__do_sys_dup access:unknown manual_desc:true auto_desc:true file:fs/file.c subsystem:fs +SYSCALL dup2 func:__do_sys_dup2 access:unknown manual_desc:true auto_desc:true file:fs/file.c subsystem:fs +SYSCALL dup3 func:__do_sys_dup3 access:unknown manual_desc:true auto_desc:true file:fs/file.c subsystem:fs +SYSCALL epoll_create func:__do_sys_epoll_create access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL epoll_create1 func:__do_sys_epoll_create1 access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL epoll_ctl func:__do_sys_epoll_ctl access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL epoll_pwait func:__do_sys_epoll_pwait access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL epoll_pwait2 func:__do_sys_epoll_pwait2 access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL epoll_wait func:__do_sys_epoll_wait access:unknown manual_desc:true auto_desc:true file:fs/eventpoll.c subsystem:fs +SYSCALL eventfd func:__do_sys_eventfd access:unknown manual_desc:true auto_desc:true file:fs/eventfd.c subsystem:fs +SYSCALL eventfd2 func:__do_sys_eventfd2 access:unknown manual_desc:true auto_desc:true file:fs/eventfd.c subsystem:fs +SYSCALL execve func:__do_sys_execve access:unknown manual_desc:true auto_desc:true file:fs/exec.c subsystem:fs subsystem:mm +SYSCALL execveat func:__do_sys_execveat access:unknown manual_desc:true auto_desc:true file:fs/exec.c subsystem:fs subsystem:mm +SYSCALL exit func:__do_sys_exit access:unknown manual_desc:true auto_desc:true file:kernel/exit.c subsystem:kernel +SYSCALL exit_group func:__do_sys_exit_group access:unknown manual_desc:true auto_desc:true file:kernel/exit.c subsystem:kernel +SYSCALL faccessat func:__do_sys_faccessat access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL faccessat2 func:__do_sys_faccessat2 access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fadvise64 func:__do_sys_fadvise64 access:unknown manual_desc:true auto_desc:true file:mm/fadvise.c subsystem:mm +SYSCALL fadvise64_64 func:__do_sys_ia32_fadvise64_64 access:unknown manual_desc:false auto_desc:true file:arch/x86/kernel/sys_ia32.c subsystem:kernel +SYSCALL fallocate func:__do_sys_fallocate access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fanotify_init func:__do_sys_fanotify_init access:unknown manual_desc:true auto_desc:true file:fs/notify/fanotify/fanotify_user.c subsystem:fs +SYSCALL fanotify_mark func:__do_sys_fanotify_mark access:unknown manual_desc:true auto_desc:true file:fs/notify/fanotify/fanotify_user.c subsystem:fs +SYSCALL fchdir func:__do_sys_fchdir access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchmod func:__do_sys_fchmod access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchmodat func:__do_sys_fchmodat access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchmodat2 func:__do_sys_fchmodat2 access:unknown manual_desc:false auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchown func:__do_sys_fchown access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchown32 func:__do_sys_fchown access:unknown manual_desc:false auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fchownat func:__do_sys_fchownat access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL fcntl func:__do_sys_fcntl access:unknown manual_desc:true auto_desc:true file:fs/fcntl.c subsystem:fs +SYSCALL fdatasync func:__do_sys_fdatasync access:unknown manual_desc:true auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL fgetxattr func:__do_sys_fgetxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL finit_module func:__do_sys_finit_module access:unknown manual_desc:true auto_desc:true file:kernel/module/main.c subsystem:modules +SYSCALL flistxattr func:__do_sys_flistxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL flock func:__do_sys_flock access:unknown manual_desc:true auto_desc:true file:fs/locks.c subsystem:fs +SYSCALL fremovexattr func:__do_sys_fremovexattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL fsconfig func:__do_sys_fsconfig access:unknown manual_desc:true auto_desc:true file:fs/fsopen.c subsystem:fs +SYSCALL fsetxattr func:__do_sys_fsetxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL fsmount func:__do_sys_fsmount access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL fsopen func:__do_sys_fsopen access:unknown manual_desc:true auto_desc:true file:fs/fsopen.c subsystem:fs +SYSCALL fspick func:__do_sys_fspick access:unknown manual_desc:true auto_desc:true file:fs/fsopen.c subsystem:fs +SYSCALL fstat func:__do_sys_newfstat access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL fstatfs func:__do_sys_fstatfs access:unknown manual_desc:true auto_desc:true file:fs/statfs.c subsystem:fs +SYSCALL fstatfs64 func:__do_sys_fstatfs64 access:unknown manual_desc:false auto_desc:true file:fs/statfs.c subsystem:fs +SYSCALL fsync func:__do_sys_fsync access:unknown manual_desc:true auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL ftruncate func:__do_sys_ftruncate access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL ftruncate64 func:__do_sys_ia32_ftruncate64 access:unknown manual_desc:false auto_desc:true file:arch/x86/kernel/sys_ia32.c subsystem:kernel +SYSCALL futex func:__do_sys_futex access:unknown manual_desc:true auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futex_requeue func:__do_sys_futex_requeue access:unknown manual_desc:false auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futex_time64 func:__do_sys_futex access:unknown manual_desc:false auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futex_wait func:__do_sys_futex_wait access:unknown manual_desc:false auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futex_waitv func:__do_sys_futex_waitv access:unknown manual_desc:true auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futex_wake func:__do_sys_futex_wake access:unknown manual_desc:false auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL futimesat func:__do_sys_futimesat access:unknown manual_desc:true auto_desc:true file:fs/utimes.c subsystem:fs +SYSCALL get_mempolicy func:__do_sys_get_mempolicy access:unknown manual_desc:true auto_desc:true file:mm/mempolicy.c subsystem:mm +SYSCALL get_robust_list func:__do_sys_get_robust_list access:unknown manual_desc:true auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL get_thread_area func:__do_sys_get_thread_area access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/tls.c subsystem:kernel +SYSCALL getcpu func:__do_sys_getcpu access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getcwd func:__do_sys_getcwd access:unknown manual_desc:true auto_desc:true file:fs/d_path.c subsystem:fs +SYSCALL getdents func:__do_sys_getdents access:unknown manual_desc:true auto_desc:true file:fs/readdir.c subsystem:fs +SYSCALL getdents64 func:__do_sys_getdents64 access:unknown manual_desc:true auto_desc:true file:fs/readdir.c subsystem:fs +SYSCALL getgroups func:__do_sys_getgroups access:unknown manual_desc:true auto_desc:true file:kernel/groups.c subsystem:kernel +SYSCALL getgroups32 func:__do_sys_getgroups access:unknown manual_desc:false auto_desc:true file:kernel/groups.c subsystem:kernel +SYSCALL getitimer func:__do_sys_getitimer access:unknown manual_desc:true auto_desc:true file:kernel/time/itimer.c subsystem:kernel +SYSCALL getpeername func:__do_sys_getpeername access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL getpgid func:__do_sys_getpgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getpriority func:__do_sys_getpriority access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getrandom func:__do_sys_getrandom access:unknown manual_desc:true auto_desc:true file:drivers/char/random.c subsystem:kernel +SYSCALL getresgid func:__do_sys_getresgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getresgid32 func:__do_sys_getresgid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getresuid func:__do_sys_getresuid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getresuid32 func:__do_sys_getresuid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getrlimit func:__do_sys_getrlimit access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getrusage func:__do_sys_getrusage access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getsid func:__do_sys_getsid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL getsockname func:__do_sys_getsockname access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL getsockopt func:__do_sys_getsockopt access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL gettimeofday func:__do_sys_gettimeofday access:unknown manual_desc:false auto_desc:true file:kernel/time/time.c subsystem:kernel +SYSCALL getxattr func:__do_sys_getxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL init_module func:__do_sys_init_module access:unknown manual_desc:true auto_desc:true file:kernel/module/main.c subsystem:modules +SYSCALL inotify_add_watch func:__do_sys_inotify_add_watch access:unknown manual_desc:true auto_desc:true file:fs/notify/inotify/inotify_user.c subsystem:fs +SYSCALL inotify_init1 func:__do_sys_inotify_init1 access:unknown manual_desc:true auto_desc:true file:fs/notify/inotify/inotify_user.c subsystem:fs +SYSCALL inotify_rm_watch func:__do_sys_inotify_rm_watch access:unknown manual_desc:true auto_desc:true file:fs/notify/inotify/inotify_user.c subsystem:fs +SYSCALL io_cancel func:__do_sys_io_cancel access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_destroy func:__do_sys_io_destroy access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_getevents func:__do_sys_io_getevents access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_pgetevents func:__do_sys_io_pgetevents access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_pgetevents_time64 func:__do_sys_io_pgetevents access:unknown manual_desc:false auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_setup func:__do_sys_io_setup access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_submit func:__do_sys_io_submit access:unknown manual_desc:true auto_desc:true file:fs/aio.c subsystem:fs +SYSCALL io_uring_enter func:__do_sys_io_uring_enter access:unknown manual_desc:true auto_desc:true file:io_uring/io_uring.c subsystem:io-uring +SYSCALL io_uring_register func:__do_sys_io_uring_register access:unknown manual_desc:true auto_desc:true file:io_uring/register.c subsystem:io-uring +SYSCALL io_uring_setup func:__do_sys_io_uring_setup access:unknown manual_desc:true auto_desc:true file:io_uring/io_uring.c subsystem:io-uring +SYSCALL ioctl func:__do_sys_ioctl access:unknown manual_desc:true auto_desc:true file:fs/ioctl.c subsystem:fs subsystem:lsm +SYSCALL ioperm func:__do_sys_ioperm access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/ioport.c subsystem:kernel +SYSCALL iopl func:__do_sys_iopl access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/ioport.c subsystem:kernel +SYSCALL ioprio_get func:__do_sys_ioprio_get access:unknown manual_desc:true auto_desc:true file:block/ioprio.c subsystem:block +SYSCALL ioprio_set func:__do_sys_ioprio_set access:unknown manual_desc:true auto_desc:true file:block/ioprio.c subsystem:block +SYSCALL kcmp func:__do_sys_kcmp access:unknown manual_desc:true auto_desc:true file:kernel/kcmp.c subsystem:kernel +SYSCALL kexec_load func:__do_sys_kexec_load access:unknown manual_desc:true auto_desc:true file:kernel/kexec.c subsystem:kexec +SYSCALL keyctl func:__do_sys_keyctl access:unknown manual_desc:true auto_desc:true file:security/keys/keyctl.c subsystem:keyrings subsystem:lsm +SYSCALL kill func:__do_sys_kill access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL landlock_add_rule func:__do_sys_landlock_add_rule access:unknown manual_desc:true auto_desc:true file:security/landlock/syscalls.c subsystem:lsm +SYSCALL landlock_create_ruleset func:__do_sys_landlock_create_ruleset access:unknown manual_desc:true auto_desc:true file:security/landlock/syscalls.c subsystem:lsm +SYSCALL landlock_restrict_self func:__do_sys_landlock_restrict_self access:unknown manual_desc:true auto_desc:true file:security/landlock/syscalls.c subsystem:lsm +SYSCALL lchown func:__do_sys_lchown access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL lchown32 func:__do_sys_lchown access:unknown manual_desc:false auto_desc:true file:fs/open.c subsystem:fs +SYSCALL lgetxattr func:__do_sys_lgetxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL link func:__do_sys_link access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL linkat func:__do_sys_linkat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL listen func:__do_sys_listen access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL listmount func:__do_sys_listmount access:unknown manual_desc:false auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL listxattr func:__do_sys_listxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL llistxattr func:__do_sys_llistxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL lremovexattr func:__do_sys_lremovexattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL lseek func:__do_sys_lseek access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL lsetxattr func:__do_sys_lsetxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL lsm_get_self_attr func:__do_sys_lsm_get_self_attr access:unknown manual_desc:true auto_desc:true file:security/lsm_syscalls.c subsystem:lsm +SYSCALL lsm_list_modules func:__do_sys_lsm_list_modules access:unknown manual_desc:true auto_desc:true file:security/lsm_syscalls.c subsystem:lsm +SYSCALL lsm_set_self_attr func:__do_sys_lsm_set_self_attr access:unknown manual_desc:true auto_desc:true file:security/lsm_syscalls.c subsystem:lsm +SYSCALL lstat func:__do_sys_newlstat access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL madvise func:__do_sys_madvise access:unknown manual_desc:true auto_desc:true file:mm/madvise.c subsystem:mm +SYSCALL map_shadow_stack func:__do_sys_map_shadow_stack access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/shstk.c subsystem:kernel +SYSCALL mbind func:__do_sys_mbind access:unknown manual_desc:true auto_desc:true file:mm/mempolicy.c subsystem:mm +SYSCALL membarrier func:__do_sys_membarrier access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_utility.c subsystem:kernel +SYSCALL memfd_create func:__do_sys_memfd_create access:unknown manual_desc:true auto_desc:true file:mm/memfd.c subsystem:mm +SYSCALL memfd_secret func:__do_sys_memfd_secret access:unknown manual_desc:true auto_desc:true file:mm/secretmem.c subsystem:mm +SYSCALL migrate_pages func:__do_sys_migrate_pages access:unknown manual_desc:true auto_desc:true file:mm/mempolicy.c subsystem:mm +SYSCALL mincore func:__do_sys_mincore access:unknown manual_desc:true auto_desc:true file:mm/mincore.c subsystem:mm +SYSCALL mkdir func:__do_sys_mkdir access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL mkdirat func:__do_sys_mkdirat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL mknod func:__do_sys_mknod access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL mknodat func:__do_sys_mknodat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL mlock func:__do_sys_mlock access:unknown manual_desc:true auto_desc:true file:mm/mlock.c subsystem:mm +SYSCALL mlock2 func:__do_sys_mlock2 access:unknown manual_desc:true auto_desc:true file:mm/mlock.c subsystem:mm +SYSCALL mlockall func:__do_sys_mlockall access:unknown manual_desc:true auto_desc:true file:mm/mlock.c subsystem:mm +SYSCALL mmap func:__do_sys_mmap access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/sys_x86_64.c subsystem:kernel +SYSCALL mmap2 func:__do_sys_mmap_pgoff access:unknown manual_desc:true auto_desc:true file:mm/mmap.c subsystem:mm +SYSCALL modify_ldt func:__do_sys_modify_ldt access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/ldt.c subsystem:kernel +SYSCALL mount func:__do_sys_mount access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL mount_setattr func:__do_sys_mount_setattr access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL move_mount func:__do_sys_move_mount access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL move_pages func:__do_sys_move_pages access:unknown manual_desc:true auto_desc:true file:mm/migrate.c subsystem:mm +SYSCALL mprotect func:__do_sys_mprotect access:unknown manual_desc:true auto_desc:true file:mm/mprotect.c subsystem:mm +SYSCALL mq_getsetattr func:__do_sys_mq_getsetattr access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_notify func:__do_sys_mq_notify access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_open func:__do_sys_mq_open access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_timedreceive func:__do_sys_mq_timedreceive access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_timedreceive_time64 func:__do_sys_mq_timedreceive access:unknown manual_desc:false auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_timedsend func:__do_sys_mq_timedsend access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_timedsend_time64 func:__do_sys_mq_timedsend access:unknown manual_desc:false auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mq_unlink func:__do_sys_mq_unlink access:unknown manual_desc:true auto_desc:true file:ipc/mqueue.c subsystem:kernel +SYSCALL mremap func:__do_sys_mremap access:unknown manual_desc:true auto_desc:true file:mm/mremap.c subsystem:mm +SYSCALL mseal func:__do_sys_mseal access:unknown manual_desc:false auto_desc:true file:mm/mseal.c subsystem:mm +SYSCALL msgctl func:__do_sys_msgctl access:unknown manual_desc:true auto_desc:true file:ipc/msg.c subsystem:kernel +SYSCALL msgget func:__do_sys_msgget access:unknown manual_desc:true auto_desc:true file:ipc/msg.c subsystem:kernel +SYSCALL msgrcv func:__do_sys_msgrcv access:unknown manual_desc:true auto_desc:true file:ipc/msg.c subsystem:kernel +SYSCALL msgsnd func:__do_sys_msgsnd access:unknown manual_desc:true auto_desc:true file:ipc/msg.c subsystem:kernel +SYSCALL msync func:__do_sys_msync access:unknown manual_desc:true auto_desc:true file:mm/msync.c subsystem:mm +SYSCALL munlock func:__do_sys_munlock access:unknown manual_desc:true auto_desc:true file:mm/mlock.c subsystem:mm +SYSCALL munmap func:__do_sys_munmap access:unknown manual_desc:true auto_desc:true file:mm/mmap.c subsystem:mm +SYSCALL name_to_handle_at func:__do_sys_name_to_handle_at access:unknown manual_desc:true auto_desc:true file:fs/fhandle.c subsystem:nfs +SYSCALL nanosleep func:__do_sys_nanosleep access:unknown manual_desc:true auto_desc:true file:kernel/time/hrtimer.c subsystem:kernel +SYSCALL newfstatat func:__do_sys_newfstatat access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL nice func:__do_sys_nice access:unknown manual_desc:false auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL oldfstat func:__do_sys_fstat access:unknown manual_desc:false auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL oldlstat func:__do_sys_lstat access:unknown manual_desc:false auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL oldolduname func:__do_sys_olduname access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL oldstat func:__do_sys_stat access:unknown manual_desc:false auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL olduname func:__do_sys_uname access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL open func:__do_sys_open access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL open_by_handle_at func:__do_sys_open_by_handle_at access:unknown manual_desc:true auto_desc:true file:fs/fhandle.c subsystem:nfs +SYSCALL open_tree func:__do_sys_open_tree access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL openat func:__do_sys_openat access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL openat2 func:__do_sys_openat2 access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL perf_event_open func:__do_sys_perf_event_open access:unknown manual_desc:true auto_desc:true file:kernel/events/core.c subsystem:perf +SYSCALL personality func:__do_sys_personality access:unknown manual_desc:true auto_desc:true file:kernel/exec_domain.c subsystem:kernel +SYSCALL pidfd_getfd func:__do_sys_pidfd_getfd access:unknown manual_desc:true auto_desc:true file:kernel/pid.c subsystem:kernel +SYSCALL pidfd_open func:__do_sys_pidfd_open access:unknown manual_desc:true auto_desc:true file:kernel/pid.c subsystem:kernel +SYSCALL pidfd_send_signal func:__do_sys_pidfd_send_signal access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL pipe func:__do_sys_pipe access:unknown manual_desc:true auto_desc:true file:fs/pipe.c subsystem:fs +SYSCALL pipe2 func:__do_sys_pipe2 access:unknown manual_desc:true auto_desc:true file:fs/pipe.c subsystem:fs +SYSCALL pivot_root func:__do_sys_pivot_root access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL pkey_alloc func:__do_sys_pkey_alloc access:unknown manual_desc:true auto_desc:true file:mm/mprotect.c subsystem:mm +SYSCALL pkey_free func:__do_sys_pkey_free access:unknown manual_desc:true auto_desc:true file:mm/mprotect.c subsystem:mm +SYSCALL pkey_mprotect func:__do_sys_pkey_mprotect access:unknown manual_desc:true auto_desc:true file:mm/mprotect.c subsystem:mm +SYSCALL poll func:__do_sys_poll access:unknown manual_desc:true auto_desc:true file:fs/select.c subsystem:fs +SYSCALL ppoll func:__do_sys_ppoll access:unknown manual_desc:true auto_desc:true file:fs/select.c subsystem:fs +SYSCALL ppoll_time64 func:__do_sys_ppoll access:unknown manual_desc:false auto_desc:true file:fs/select.c subsystem:fs +SYSCALL prctl func:__do_sys_prctl access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL pread64 func:__do_sys_pread64 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL preadv func:__do_sys_preadv access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL preadv2 func:__do_sys_preadv2 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL prlimit64 func:__do_sys_prlimit64 access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL process_madvise func:__do_sys_process_madvise access:unknown manual_desc:true auto_desc:true file:mm/madvise.c subsystem:mm +SYSCALL process_mrelease func:__do_sys_process_mrelease access:unknown manual_desc:true auto_desc:true file:mm/oom_kill.c subsystem:mm +SYSCALL process_vm_readv func:__do_sys_process_vm_readv access:unknown manual_desc:true auto_desc:true file:mm/process_vm_access.c subsystem:mm +SYSCALL process_vm_writev func:__do_sys_process_vm_writev access:unknown manual_desc:true auto_desc:true file:mm/process_vm_access.c subsystem:mm +SYSCALL pselect6 func:__do_sys_pselect6 access:unknown manual_desc:true auto_desc:true file:fs/select.c subsystem:fs +SYSCALL pselect6_time64 func:__do_sys_pselect6 access:unknown manual_desc:false auto_desc:true file:fs/select.c subsystem:fs +SYSCALL ptrace func:__do_sys_ptrace access:unknown manual_desc:true auto_desc:true file:kernel/ptrace.c subsystem:kernel +SYSCALL pwrite64 func:__do_sys_pwrite64 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL pwritev func:__do_sys_pwritev access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL pwritev2 func:__do_sys_pwritev2 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL quotactl func:__do_sys_quotactl access:unknown manual_desc:true auto_desc:true file:fs/quota/quota.c subsystem:fs +SYSCALL quotactl_fd func:__do_sys_quotactl_fd access:unknown manual_desc:true auto_desc:true file:fs/quota/quota.c subsystem:fs +SYSCALL read func:__do_sys_read access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL readahead func:__do_sys_readahead access:unknown manual_desc:true auto_desc:true file:mm/readahead.c subsystem:fs subsystem:mm +SYSCALL readdir func:__do_sys_old_readdir access:unknown manual_desc:false auto_desc:true file:fs/readdir.c subsystem:fs +SYSCALL readlink func:__do_sys_readlink access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL readlinkat func:__do_sys_readlinkat access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL readv func:__do_sys_readv access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL recv func:__do_sys_recv access:unknown manual_desc:false auto_desc:true file:net/socket.c subsystem:net +SYSCALL recvfrom func:__do_sys_recvfrom access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL recvmmsg func:__do_sys_recvmmsg access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL recvmmsg_time64 func:__do_sys_recvmmsg access:unknown manual_desc:false auto_desc:true file:net/socket.c subsystem:net +SYSCALL recvmsg func:__do_sys_recvmsg access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL remap_file_pages func:__do_sys_remap_file_pages access:unknown manual_desc:true auto_desc:true file:mm/mmap.c subsystem:mm +SYSCALL removexattr func:__do_sys_removexattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL rename func:__do_sys_rename access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL renameat func:__do_sys_renameat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL renameat2 func:__do_sys_renameat2 access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL request_key func:__do_sys_request_key access:unknown manual_desc:true auto_desc:true file:security/keys/keyctl.c subsystem:keyrings subsystem:lsm +SYSCALL rmdir func:__do_sys_rmdir access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL rseq func:__do_sys_rseq access:unknown manual_desc:true auto_desc:true file:kernel/rseq.c subsystem:kernel +SYSCALL rt_sigaction func:__do_sys_rt_sigaction access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigpending func:__do_sys_rt_sigpending access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigprocmask func:__do_sys_rt_sigprocmask access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigqueueinfo func:__do_sys_rt_sigqueueinfo access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigsuspend func:__do_sys_rt_sigsuspend access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigtimedwait func:__do_sys_rt_sigtimedwait access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_sigtimedwait_time64 func:__do_sys_rt_sigtimedwait access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL rt_tgsigqueueinfo func:__do_sys_rt_tgsigqueueinfo access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL sched_get_priority_max func:__do_sys_sched_get_priority_max access:unknown manual_desc:false auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_get_priority_min func:__do_sys_sched_get_priority_min access:unknown manual_desc:false auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_getaffinity func:__do_sys_sched_getaffinity access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_getattr func:__do_sys_sched_getattr access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_getparam func:__do_sys_sched_getparam access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_getscheduler func:__do_sys_sched_getscheduler access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_rr_get_interval func:__do_sys_sched_rr_get_interval access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_rr_get_interval_time64 func:__do_sys_sched_rr_get_interval access:unknown manual_desc:false auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_setaffinity func:__do_sys_sched_setaffinity access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_setattr func:__do_sys_sched_setattr access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_setparam func:__do_sys_sched_setparam access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL sched_setscheduler func:__do_sys_sched_setscheduler access:unknown manual_desc:true auto_desc:true file:kernel/sched/build_policy.c subsystem:kernel +SYSCALL seccomp func:__do_sys_seccomp access:unknown manual_desc:true auto_desc:true file:kernel/seccomp.c subsystem:kernel +SYSCALL select func:__do_sys_select access:unknown manual_desc:true auto_desc:true file:fs/select.c subsystem:fs +SYSCALL semctl func:__do_sys_semctl access:unknown manual_desc:true auto_desc:true file:ipc/sem.c subsystem:kernel +SYSCALL semget func:__do_sys_semget access:unknown manual_desc:true auto_desc:true file:ipc/sem.c subsystem:kernel +SYSCALL semop func:__do_sys_semop access:unknown manual_desc:true auto_desc:true file:ipc/sem.c subsystem:kernel +SYSCALL semtimedop func:__do_sys_semtimedop access:unknown manual_desc:true auto_desc:true file:ipc/sem.c subsystem:kernel +SYSCALL semtimedop_time64 func:__do_sys_semtimedop access:unknown manual_desc:false auto_desc:true file:ipc/sem.c subsystem:kernel +SYSCALL send func:__do_sys_send access:unknown manual_desc:false auto_desc:true file:net/socket.c subsystem:net +SYSCALL sendfile func:__do_sys_sendfile64 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL sendfile64 func:__do_sys_sendfile64 access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL sendmmsg func:__do_sys_sendmmsg access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL sendmsg func:__do_sys_sendmsg access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL sendto func:__do_sys_sendto access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL set_mempolicy func:__do_sys_set_mempolicy access:unknown manual_desc:true auto_desc:true file:mm/mempolicy.c subsystem:mm +SYSCALL set_mempolicy_home_node func:__do_sys_set_mempolicy_home_node access:unknown manual_desc:true auto_desc:true file:mm/mempolicy.c subsystem:mm +SYSCALL set_robust_list func:__do_sys_set_robust_list access:unknown manual_desc:true auto_desc:true file:kernel/futex/syscalls.c subsystem:kernel +SYSCALL set_thread_area func:__do_sys_set_thread_area access:unknown manual_desc:true auto_desc:true file:arch/x86/kernel/tls.c subsystem:kernel +SYSCALL set_tid_address func:__do_sys_set_tid_address access:unknown manual_desc:true auto_desc:true file:kernel/fork.c subsystem:kernel +SYSCALL setdomainname func:__do_sys_setdomainname access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setfsgid func:__do_sys_setfsgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setfsgid32 func:__do_sys_setfsgid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setfsuid func:__do_sys_setfsuid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setfsuid32 func:__do_sys_setfsuid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setgid func:__do_sys_setgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setgid32 func:__do_sys_setgid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setgroups func:__do_sys_setgroups access:unknown manual_desc:true auto_desc:true file:kernel/groups.c subsystem:kernel +SYSCALL setgroups32 func:__do_sys_setgroups access:unknown manual_desc:false auto_desc:true file:kernel/groups.c subsystem:kernel +SYSCALL sethostname func:__do_sys_sethostname access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setitimer func:__do_sys_setitimer access:unknown manual_desc:true auto_desc:true file:kernel/time/itimer.c subsystem:kernel +SYSCALL setns func:__do_sys_setns access:unknown manual_desc:true auto_desc:true file:kernel/nsproxy.c subsystem:kernel +SYSCALL setpgid func:__do_sys_setpgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setpriority func:__do_sys_setpriority access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setregid func:__do_sys_setregid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setregid32 func:__do_sys_setregid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setresgid func:__do_sys_setresgid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setresgid32 func:__do_sys_setresgid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setresuid func:__do_sys_setresuid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setresuid32 func:__do_sys_setresuid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setreuid func:__do_sys_setreuid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setreuid32 func:__do_sys_setreuid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setrlimit func:__do_sys_setrlimit access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setsockopt func:__do_sys_setsockopt access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL settimeofday func:__do_sys_settimeofday access:unknown manual_desc:false auto_desc:true file:kernel/time/time.c subsystem:kernel +SYSCALL setuid func:__do_sys_setuid access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setuid32 func:__do_sys_setuid access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL setxattr func:__do_sys_setxattr access:unknown manual_desc:true auto_desc:true file:fs/xattr.c subsystem:fs +SYSCALL shmat func:__do_sys_shmat access:unknown manual_desc:true auto_desc:true file:ipc/shm.c subsystem:kernel +SYSCALL shmctl func:__do_sys_shmctl access:unknown manual_desc:true auto_desc:true file:ipc/shm.c subsystem:kernel +SYSCALL shmdt func:__do_sys_shmdt access:unknown manual_desc:true auto_desc:true file:ipc/shm.c subsystem:kernel +SYSCALL shmget func:__do_sys_shmget access:unknown manual_desc:true auto_desc:true file:ipc/shm.c subsystem:kernel +SYSCALL shutdown func:__do_sys_shutdown access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL sigaltstack func:__do_sys_sigaltstack access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL signal func:__do_sys_signal access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL signalfd func:__do_sys_signalfd access:unknown manual_desc:true auto_desc:true file:fs/signalfd.c subsystem:fs +SYSCALL signalfd4 func:__do_sys_signalfd4 access:unknown manual_desc:true auto_desc:true file:fs/signalfd.c subsystem:fs +SYSCALL sigpending func:__do_sys_sigpending access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL sigprocmask func:__do_sys_sigprocmask access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL sigsuspend func:__do_sys_sigsuspend access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL socket func:__do_sys_socket access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL socketcall func:__do_sys_socketcall access:unknown manual_desc:false auto_desc:true file:net/socket.c subsystem:net +SYSCALL socketpair func:__do_sys_socketpair access:unknown manual_desc:true auto_desc:true file:net/socket.c subsystem:net +SYSCALL splice func:__do_sys_splice access:unknown manual_desc:true auto_desc:true file:fs/splice.c subsystem:fs +SYSCALL ssetmask func:__do_sys_ssetmask access:unknown manual_desc:false auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL stat func:__do_sys_newstat access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL statfs func:__do_sys_statfs access:unknown manual_desc:true auto_desc:true file:fs/statfs.c subsystem:fs +SYSCALL statfs64 func:__do_sys_statfs64 access:unknown manual_desc:false auto_desc:true file:fs/statfs.c subsystem:fs +SYSCALL statmount func:__do_sys_statmount access:unknown manual_desc:false auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL statx func:__do_sys_statx access:unknown manual_desc:true auto_desc:true file:fs/stat.c subsystem:fs +SYSCALL stime func:__do_sys_stime32 access:unknown manual_desc:false auto_desc:true file:kernel/time/time.c subsystem:kernel +SYSCALL swapoff func:__do_sys_swapoff access:unknown manual_desc:false auto_desc:true file:mm/swapfile.c subsystem:mm +SYSCALL swapon func:__do_sys_swapon access:unknown manual_desc:false auto_desc:true file:mm/swapfile.c subsystem:mm +SYSCALL symlink func:__do_sys_symlink access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL symlinkat func:__do_sys_symlinkat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL sync_file_range func:__do_sys_sync_file_range access:unknown manual_desc:true auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL sync_file_range2 func:__do_sys_sync_file_range2 access:unknown manual_desc:false auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL syncfs func:__do_sys_syncfs access:unknown manual_desc:true auto_desc:true file:fs/sync.c subsystem:fs +SYSCALL sysfs func:__do_sys_sysfs access:unknown manual_desc:true auto_desc:true file:fs/filesystems.c subsystem:fs +SYSCALL sysinfo func:__do_sys_sysinfo access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL syslog func:__do_sys_syslog access:unknown manual_desc:true auto_desc:true file:kernel/printk/printk.c subsystem:kernel +SYSCALL tee func:__do_sys_tee access:unknown manual_desc:true auto_desc:true file:fs/splice.c subsystem:fs +SYSCALL tgkill func:__do_sys_tgkill access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL time func:__do_sys_time access:unknown manual_desc:true auto_desc:true file:kernel/time/time.c subsystem:kernel +SYSCALL timer_create func:__do_sys_timer_create access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_delete func:__do_sys_timer_delete access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_getoverrun func:__do_sys_timer_getoverrun access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_gettime func:__do_sys_timer_gettime access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_gettime64 func:__do_sys_timer_gettime access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_settime func:__do_sys_timer_settime access:unknown manual_desc:true auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timer_settime64 func:__do_sys_timer_settime access:unknown manual_desc:false auto_desc:true file:kernel/time/posix-timers.c subsystem:kernel +SYSCALL timerfd_create func:__do_sys_timerfd_create access:unknown manual_desc:true auto_desc:true file:fs/timerfd.c subsystem:fs +SYSCALL timerfd_gettime func:__do_sys_timerfd_gettime access:unknown manual_desc:true auto_desc:true file:fs/timerfd.c subsystem:fs +SYSCALL timerfd_gettime64 func:__do_sys_timerfd_gettime access:unknown manual_desc:false auto_desc:true file:fs/timerfd.c subsystem:fs +SYSCALL timerfd_settime func:__do_sys_timerfd_settime access:unknown manual_desc:true auto_desc:true file:fs/timerfd.c subsystem:fs +SYSCALL timerfd_settime64 func:__do_sys_timerfd_settime access:unknown manual_desc:false auto_desc:true file:fs/timerfd.c subsystem:fs +SYSCALL times func:__do_sys_times access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL tkill func:__do_sys_tkill access:unknown manual_desc:true auto_desc:true file:kernel/signal.c subsystem:kernel +SYSCALL truncate func:__do_sys_truncate access:unknown manual_desc:true auto_desc:true file:fs/open.c subsystem:fs +SYSCALL truncate64 func:__do_sys_ia32_truncate64 access:unknown manual_desc:false auto_desc:true file:arch/x86/kernel/sys_ia32.c subsystem:kernel +SYSCALL ugetrlimit func:__do_sys_getrlimit access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL umask func:__do_sys_umask access:unknown manual_desc:false auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL umount func:__do_sys_oldumount access:unknown manual_desc:false auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL umount2 func:__do_sys_umount access:unknown manual_desc:true auto_desc:true file:fs/namespace.c subsystem:fs +SYSCALL uname func:__do_sys_newuname access:unknown manual_desc:true auto_desc:true file:kernel/sys.c subsystem:kernel +SYSCALL unlink func:__do_sys_unlink access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL unlinkat func:__do_sys_unlinkat access:unknown manual_desc:true auto_desc:true file:fs/namei.c subsystem:fs +SYSCALL unshare func:__do_sys_unshare access:unknown manual_desc:true auto_desc:true file:kernel/fork.c subsystem:kernel +SYSCALL userfaultfd func:__do_sys_userfaultfd access:unknown manual_desc:true auto_desc:true file:fs/userfaultfd.c subsystem:fs +SYSCALL ustat func:__do_sys_ustat access:unknown manual_desc:true auto_desc:true file:fs/statfs.c subsystem:fs +SYSCALL utime func:__do_sys_utime access:unknown manual_desc:true auto_desc:true file:fs/utimes.c subsystem:fs +SYSCALL utimensat func:__do_sys_utimensat access:unknown manual_desc:true auto_desc:true file:fs/utimes.c subsystem:fs +SYSCALL utimensat_time64 func:__do_sys_utimensat access:unknown manual_desc:false auto_desc:true file:fs/utimes.c subsystem:fs +SYSCALL utimes func:__do_sys_utimes access:unknown manual_desc:true auto_desc:true file:fs/utimes.c subsystem:fs +SYSCALL vmsplice func:__do_sys_vmsplice access:unknown manual_desc:true auto_desc:true file:fs/splice.c subsystem:fs +SYSCALL wait4 func:__do_sys_wait4 access:unknown manual_desc:true auto_desc:true file:kernel/exit.c subsystem:kernel +SYSCALL waitid func:__do_sys_waitid access:unknown manual_desc:true auto_desc:true file:kernel/exit.c subsystem:kernel +SYSCALL waitpid func:__do_sys_waitpid access:unknown manual_desc:false auto_desc:true file:kernel/exit.c subsystem:kernel +SYSCALL write func:__do_sys_write access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs +SYSCALL writev func:__do_sys_writev access:unknown manual_desc:true auto_desc:true file:fs/read_write.c subsystem:fs diff --git a/sys/linux/auto.txt.json b/sys/linux/auto.txt.json deleted file mode 100644 index 7ca40ef63..000000000 --- a/sys/linux/auto.txt.json +++ /dev/null @@ -1,12622 +0,0 @@ -[ - { - "type": "IOURING", - "name": "IORING_OP_ACCEPT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_accept", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_ASYNC_CANCEL", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_async_cancel", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_BIND", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_bind", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_CLOSE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_close", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_CONNECT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_connect", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_EPOLL_CTL", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_epoll_ctl", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FADVISE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_fadvise", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FALLOCATE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_fallocate", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FGETXATTR", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_fgetxattr", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FILES_UPDATE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_files_update", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FIXED_FD_INSTALL", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_install_fixed_fd", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FSETXATTR", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_fsetxattr", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FSYNC", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_fsync", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FTRUNCATE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_ftruncate", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FUTEX_WAIT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_futex_wait", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FUTEX_WAITV", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_futexv_wait", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_FUTEX_WAKE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_futex_wake", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_GETXATTR", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_getxattr", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_LINKAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_linkat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_LINK_TIMEOUT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_no_issue", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_LISTEN", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_listen", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_MADVISE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_madvise", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_MKDIRAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_mkdirat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_MSG_RING", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_msg_ring", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_NOP", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_nop", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_OPENAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_openat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_OPENAT2", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_openat2", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_POLL_ADD", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_poll_add", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_POLL_REMOVE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_poll_remove", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_PROVIDE_BUFFERS", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_provide_buffers", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_READ", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_read", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_READV", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_read", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_READ_FIXED", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_read", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_READ_MULTISHOT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_read_mshot", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_RECV", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_recv", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_RECVMSG", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_recvmsg", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_REMOVE_BUFFERS", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_remove_buffers", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_RENAMEAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_renameat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SEND", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_send", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SENDMSG", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_sendmsg", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SENDMSG_ZC", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_sendmsg_zc", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SEND_ZC", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_send_zc", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SETXATTR", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_setxattr", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SHUTDOWN", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_shutdown", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SOCKET", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_socket", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SPLICE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_splice", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_STATX", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_statx", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SYMLINKAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_symlinkat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_SYNC_FILE_RANGE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_sync_file_range", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_TEE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_tee", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_TIMEOUT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_timeout", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_TIMEOUT_REMOVE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_timeout_remove", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_UNLINKAT", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_unlinkat", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_URING_CMD", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_uring_cmd", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_WAITID", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_waitid", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_WRITE", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_write", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_WRITEV", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_write", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "IOURING", - "name": "IORING_OP_WRITE_FIXED", - "files": [ - "io_uring/opdef.c" - ], - "func": "io_write", - "access": "user", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": false - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_BLA_BACKBONE", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_bla_backbone_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_BLA_CLAIM", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_bla_claim_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_DAT_CACHE", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_dat_cache_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_GATEWAYS", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_gw_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_HARDIF", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_get_hardif", - "access": "user", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_MCAST_FLAGS", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_mcast_flags_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_MESH", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_get_mesh", - "access": "user", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_NEIGHBORS", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_hardif_neigh_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_ORIGINATORS", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_orig_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_ROUTING_ALGOS", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_algo_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_TRANSTABLE_GLOBAL", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_tt_global_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_TRANSTABLE_LOCAL", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_tt_local_dump", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_GET_VLAN", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_get_vlan", - "access": "user", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_SET_HARDIF", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_set_hardif", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_SET_MESH", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_set_mesh", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_SET_VLAN", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_set_vlan", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_TP_METER", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_tp_meter_start", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "BATADV_CMD_TP_METER_CANCEL", - "files": [ - "net/batman-adv/netlink.c" - ], - "func": "batadv_netlink_tp_meter_cancel", - "access": "ns_admin", - "subsystems": [ - "batman" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "CGROUPSTATS_CMD_GET", - "files": [ - "kernel/taskstats.c" - ], - "func": "cgroupstats_user_cmd", - "access": "user", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "CIFS_GENL_CMD_SWN_NOTIFY", - "files": [ - "fs/smb/client/netlink.c" - ], - "func": "cifs_swn_notify", - "access": "user", - "subsystems": [ - "cifs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "CTRL_CMD_GETFAMILY", - "files": [ - "net/netlink/genetlink.c" - ], - "func": "ctrl_dumpfamily", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "CTRL_CMD_GETPOLICY", - "files": [ - "net/netlink/genetlink.c" - ], - "func": "ctrl_dumppolicy_done", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_CABLE_TEST_ACT", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_act_cable_test", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_CABLE_TEST_TDR_ACT", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_act_cable_test_tdr", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_CHANNELS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_CHANNELS_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_COALESCE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_COALESCE_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_DEBUG_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_DEBUG_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_EEE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_EEE_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_FEATURES_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_FEATURES_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_set_features", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_FEC_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_FEC_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_LINKINFO_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_LINKINFO_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_LINKMODES_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_LINKMODES_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_LINKSTATE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MM_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MM_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MODULE_EEPROM_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MODULE_FW_FLASH_ACT", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_act_module_fw_flash", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MODULE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_MODULE_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PAUSE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PAUSE_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PHC_VCLOCKS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PHY_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_phy_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PLCA_GET_CFG", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PLCA_GET_STATUS", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PLCA_SET_CFG", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PRIVFLAGS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PRIVFLAGS_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PSE_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_PSE_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_RINGS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_RINGS_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_RSS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_STATS_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_STRSET_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_TSINFO_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_TUNNEL_INFO_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_tunnel_info_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_WOL_GET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ETHTOOL_MSG_WOL_SET", - "files": [ - "net/ethtool/netlink.c" - ], - "func": "ethnl_default_set_doit", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "GTP_CMD_DELPDP", - "files": [ - "drivers/net/gtp.c" - ], - "func": "gtp_genl_del_pdp", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "GTP_CMD_ECHOREQ", - "files": [ - "drivers/net/gtp.c" - ], - "func": "gtp_genl_send_echo_req", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "GTP_CMD_GETPDP", - "files": [ - "drivers/net/gtp.c" - ], - "func": "gtp_genl_get_pdp", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "GTP_CMD_NEWPDP", - "files": [ - "drivers/net/gtp.c" - ], - "func": "gtp_genl_new_pdp", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HANDSHAKE_CMD_ACCEPT", - "files": [ - "net/handshake/genl.c" - ], - "func": "handshake_nl_accept_doit", - "access": "admin", - "subsystems": [ - "tls" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HANDSHAKE_CMD_DONE", - "files": [ - "net/handshake/genl.c" - ], - "func": "handshake_nl_done_doit", - "access": "user", - "subsystems": [ - "tls" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HSR_C_GET_NODE_LIST", - "files": [ - "net/hsr/hsr_netlink.c" - ], - "func": "hsr_get_node_list", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HSR_C_GET_NODE_STATUS", - "files": [ - "net/hsr/hsr_netlink.c" - ], - "func": "hsr_get_node_status", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_DEL_RADIO", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_del_radio_nl", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_FRAME", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_cloned_frame_received_nl", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_GET_RADIO", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_get_radio_nl", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_NEW_RADIO", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_new_radio_nl", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_REGISTER", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_register_received_nl", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_REPORT_PMSR", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_pmsr_report_nl", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "HWSIM_CMD_TX_INFO_FRAME", - "files": [ - "drivers/net/wireless/virtual/mac80211_hwsim.c" - ], - "func": "hwsim_tx_info_frame_received_nl", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_ADD_IFACE", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_add_iface", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_ASSOCIATE_REQ", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_associate_req", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_ASSOCIATE_RESP", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_associate_resp", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_DEL_IFACE", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_del_iface", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_DISASSOCIATE_REQ", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_disassociate_req", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LIST_IFACE", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_list_iface", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LIST_PHY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_list_phy", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_ADD_DEV", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_add_dev", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_ADD_DEVKEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_add_devkey", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_ADD_KEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_add_key", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_ADD_SECLEVEL", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_add_seclevel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_DEL_DEV", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_del_dev", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_DEL_DEVKEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_del_devkey", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_DEL_KEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_del_key", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_DEL_SECLEVEL", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_del_seclevel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_GETPARAMS", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_getparams", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_LIST_DEV", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_dump_devs", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_LIST_DEVKEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_dump_devkeys", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_LIST_KEY", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_dump_keys", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_LIST_SECLEVEL", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_dump_seclevels", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_LLSEC_SETPARAMS", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_llsec_setparams", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_SCAN_REQ", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_scan_req", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_SET_MACPARAMS", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_set_macparams", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IEEE802154_START_REQ", - "files": [ - "net/ieee802154/netlink.c" - ], - "func": "ieee802154_start_req", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ILA_CMD_ADD", - "files": [ - "net/ipv6/ila/ila_main.c" - ], - "func": "ila_xlat_nl_cmd_add_mapping", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ILA_CMD_DEL", - "files": [ - "net/ipv6/ila/ila_main.c" - ], - "func": "ila_xlat_nl_cmd_del_mapping", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ILA_CMD_FLUSH", - "files": [ - "net/ipv6/ila/ila_main.c" - ], - "func": "ila_xlat_nl_cmd_flush", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "ILA_CMD_GET", - "files": [ - "net/ipv6/ila/ila_main.c" - ], - "func": "ila_xlat_nl_cmd_get_mapping", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IOAM6_CMD_ADD_NAMESPACE", - "files": [ - "net/ipv6/ioam6.c" - ], - "func": "ioam6_genl_addns", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IOAM6_CMD_ADD_SCHEMA", - "files": [ - "net/ipv6/ioam6.c" - ], - "func": "ioam6_genl_addsc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IOAM6_CMD_DEL_NAMESPACE", - "files": [ - "net/ipv6/ioam6.c" - ], - "func": "ioam6_genl_delns", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IOAM6_CMD_DEL_SCHEMA", - "files": [ - "net/ipv6/ioam6.c" - ], - "func": "ioam6_genl_delsc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IOAM6_CMD_NS_SET_SCHEMA", - "files": [ - "net/ipv6/ioam6.c" - ], - "func": "ioam6_genl_ns_set_schema", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_DEL_DAEMON", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_daemon", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_DEL_DEST", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_DEL_SERVICE", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_FLUSH", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_GET_CONFIG", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_get_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_GET_DAEMON", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_dump_daemons", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_GET_DEST", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_dump_dests", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_GET_INFO", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_get_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_GET_SERVICE", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_get_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_NEW_DAEMON", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_daemon", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_NEW_DEST", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_NEW_SERVICE", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_SET_CONFIG", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_SET_DEST", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_SET_SERVICE", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "IPVS_CMD_ZERO", - "files": [ - "net/netfilter/ipvs/ip_vs_ctl.c" - ], - "func": "ip_vs_genl_set_cmd", - "access": "admin", - "subsystems": [ - "lvs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_NOOP", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_noop", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_SESSION_CREATE", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_session_create", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_SESSION_DELETE", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_session_delete", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_SESSION_GET", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_session_get", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_SESSION_MODIFY", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_session_modify", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_TUNNEL_CREATE", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_tunnel_create", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_TUNNEL_DELETE", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_tunnel_delete", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_TUNNEL_GET", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_tunnel_get", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "L2TP_CMD_TUNNEL_MODIFY", - "files": [ - "net/l2tp/l2tp_netlink.c" - ], - "func": "l2tp_nl_cmd_tunnel_modify", - "access": "ns_admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_DEL_EDGE", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_del_edge_nl", - "access": "ns_admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_DEL_RADIO", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_del_radio_nl", - "access": "ns_admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_GET_RADIO", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_get_radio_nl", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_NEW_EDGE", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_new_edge_nl", - "access": "ns_admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_NEW_RADIO", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_new_radio_nl", - "access": "ns_admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MAC802154_HWSIM_CMD_SET_EDGE", - "files": [ - "drivers/net/ieee802154/mac802154_hwsim.c" - ], - "func": "hwsim_set_edge_lqi", - "access": "ns_admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_ADD_RXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_add_rxsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_ADD_RXSC", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_add_rxsc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_ADD_TXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_add_txsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_DEL_RXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_del_rxsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_DEL_RXSC", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_del_rxsc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_DEL_TXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_del_txsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_GET_TXSC", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_dump_txsc", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_UPD_OFFLOAD", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_upd_offload", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_UPD_RXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_upd_rxsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_UPD_RXSC", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_upd_rxsc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "MACSEC_CMD_UPD_TXSA", - "files": [ - "drivers/net/macsec.c" - ], - "func": "macsec_upd_txsa", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NBD_CMD_CONNECT", - "files": [ - "drivers/block/nbd.c" - ], - "func": "nbd_genl_connect", - "access": "user", - "subsystems": [ - "nbd" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NBD_CMD_DISCONNECT", - "files": [ - "drivers/block/nbd.c" - ], - "func": "nbd_genl_disconnect", - "access": "user", - "subsystems": [ - "nbd" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NBD_CMD_RECONFIGURE", - "files": [ - "drivers/block/nbd.c" - ], - "func": "nbd_genl_reconfigure", - "access": "user", - "subsystems": [ - "nbd" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NBD_CMD_STATUS", - "files": [ - "drivers/block/nbd.c" - ], - "func": "nbd_genl_status", - "access": "user", - "subsystems": [ - "nbd" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_CLEAR_INTERFACE", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_clear_interface_nl", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_PKG_INFO", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_pkg_info_nl", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_SEND_CMD", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_send_cmd_nl", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_SET_CHANNEL_MASK", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_set_channel_mask_nl", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_SET_INTERFACE", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_set_interface_nl", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NCSI_CMD_SET_PACKAGE_MASK", - "files": [ - "net/ncsi/ncsi-netlink.c" - ], - "func": "ncsi_set_package_mask_nl", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_BIND_RX", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_bind_rx_doit", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_DEV_GET", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_dev_get_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_NAPI_GET", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_napi_get_dumpit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_PAGE_POOL_GET", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_page_pool_get_doit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_QSTATS_GET", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_qstats_get_dumpit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NETDEV_CMD_QUEUE_GET", - "files": [ - "net/core/netdev-genl-gen.c" - ], - "func": "netdev_nl_queue_get_dumpit", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NET_DM_CMD_CONFIG", - "files": [ - "net/core/drop_monitor.c" - ], - "func": "net_dm_cmd_config", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NET_DM_CMD_CONFIG_GET", - "files": [ - "net/core/drop_monitor.c" - ], - "func": "net_dm_cmd_config_get", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NET_DM_CMD_START", - "files": [ - "net/core/drop_monitor.c" - ], - "func": "net_dm_cmd_trace", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NET_DM_CMD_STATS_GET", - "files": [ - "net/core/drop_monitor.c" - ], - "func": "net_dm_cmd_stats_get", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NET_DM_CMD_STOP", - "files": [ - "net/core/drop_monitor.c" - ], - "func": "net_dm_cmd_trace", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_ACTIVATE_TARGET", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_activate_target", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DEACTIVATE_TARGET", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_deactivate_target", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DEP_LINK_DOWN", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dep_link_down", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DEP_LINK_UP", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dep_link_up", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DEV_DOWN", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dev_down", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DEV_UP", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dev_up", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_DISABLE_SE", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_disable_se", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_ENABLE_SE", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_enable_se", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_FW_DOWNLOAD", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_fw_download", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_GET_DEVICE", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_get_device", - "access": "user", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_GET_SE", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dump_ses", - "access": "user", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_GET_TARGET", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_dump_targets", - "access": "user", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_LLC_GET_PARAMS", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_llc_get_params", - "access": "user", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_LLC_SDREQ", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_llc_sdreq", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_LLC_SET_PARAMS", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_llc_set_params", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_SE_IO", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_se_io", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_START_POLL", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_start_poll", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_STOP_POLL", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_stop_poll", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFC_CMD_VENDOR", - "files": [ - "net/nfc/netlink.c" - ], - "func": "nfc_genl_vendor_cmd", - "access": "admin", - "subsystems": [ - "net", - "nfc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFSD_CMD_LISTENER_SET", - "files": [ - "fs/nfsd/netlink.c" - ], - "func": "nfsd_nl_listener_set_doit", - "access": "admin", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFSD_CMD_POOL_MODE_SET", - "files": [ - "fs/nfsd/netlink.c" - ], - "func": "nfsd_nl_pool_mode_set_doit", - "access": "admin", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFSD_CMD_THREADS_SET", - "files": [ - "fs/nfsd/netlink.c" - ], - "func": "nfsd_nl_threads_set_doit", - "access": "admin", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NFSD_CMD_VERSION_SET", - "files": [ - "fs/nfsd/netlink.c" - ], - "func": "nfsd_nl_version_set_doit", - "access": "admin", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ABORT_SCAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_abort_scan", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ADD_LINK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_add_link", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ADD_LINK_STA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_add_link_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ADD_NAN_FUNCTION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_nan_add_func", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ADD_TX_TS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_add_tx_ts", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_ASSOCIATE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_associate", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_AUTHENTICATE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_authenticate", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_cancel_remain_on_channel", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CHANGE_NAN_CONFIG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_nan_change_config", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CHANNEL_SWITCH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_channel_switch", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_COLOR_CHANGE_REQUEST", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_color_change", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CONNECT", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_connect", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CONTROL_PORT_FRAME", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tx_control_port", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CRIT_PROTOCOL_START", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_crit_protocol_start", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_CRIT_PROTOCOL_STOP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_crit_protocol_stop", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEAUTHENTICATE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_deauthenticate", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_INTERFACE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_interface", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_KEY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_key", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_MPATH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_mpath", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_NAN_FUNCTION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_nan_del_func", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_PMK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_pmk", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_PMKSA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_pmksa", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_STATION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DEL_TX_TS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_del_tx_ts", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DISASSOCIATE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_disassociate", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_DISCONNECT", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_disconnect", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_EXTERNAL_AUTH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_external_auth", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_FLUSH_PMKSA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_flush_pmksa", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_FRAME", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tx_mgmt", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_FRAME_WAIT_CANCEL", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tx_mgmt_cancel_wait", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_COALESCE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_coalesce", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_FTM_RESPONDER_STATS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_ftm_responder_stats", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_INTERFACE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_interface", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_KEY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_key", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_MESH_CONFIG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_mesh_config", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_MPATH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_mpath", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_MPP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_mpp", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_POWER_SAVE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_power_save", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_PROTOCOL_FEATURES", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_protocol_features", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_REG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_reg_do", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_SCAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_dump_scan", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_STATION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_station", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_SURVEY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_dump_survey", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_WIPHY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_wiphy", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_GET_WOWLAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_get_wowlan", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_JOIN_IBSS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_join_ibss", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_JOIN_MESH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_join_mesh", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_JOIN_OCB", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_join_ocb", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_LEAVE_IBSS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_leave_ibss", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_LEAVE_MESH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_leave_mesh", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_LEAVE_OCB", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_leave_ocb", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_MODIFY_LINK_STA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_modify_link_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_NEW_INTERFACE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_new_interface", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_NEW_KEY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_new_key", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_NEW_MPATH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_new_mpath", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_NEW_STATION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_new_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_NOTIFY_RADAR", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_notify_radar_detection", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_PEER_MEASUREMENT_START", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_pmsr_start", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_PROBE_CLIENT", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_probe_client", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_PROBE_MESH_LINK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_probe_mesh_link", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_RADAR_DETECT", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_start_radar_detection", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REGISTER_BEACONS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_register_beacons", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REGISTER_FRAME", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_register_mgmt", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_RELOAD_REGDB", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_reload_regdb", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REMAIN_ON_CHANNEL", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_remain_on_channel", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REMOVE_LINK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_remove_link", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REMOVE_LINK_STA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_remove_link_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_REQ_SET_REG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_req_set_reg", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_BEACON", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_beacon", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_BSS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_bss", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_CHANNEL", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_channel", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_COALESCE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_coalesce", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_CQM", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_cqm", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_FILS_AAD", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_fils_aad", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_HW_TIMESTAMP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_hw_timestamp", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_INTERFACE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_interface", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_KEY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_key", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_MAC_ACL", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_mac_acl", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_MCAST_RATE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_mcast_rate", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_MESH_CONFIG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_update_mesh_config", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_MPATH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_mpath", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_MULTICAST_TO_UNICAST", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_multicast_to_unicast", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_NOACK_MAP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_noack_map", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_PMK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_pmk", - "access": "user", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_PMKSA", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_pmksa", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_POWER_SAVE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_power_save", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_QOS_MAP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_qos_map", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_REG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_reg", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_REKEY_OFFLOAD", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_rekey_data", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_SAR_SPECS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_sar_specs", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_STATION", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_station", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_TID_CONFIG", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_tid_config", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_TID_TO_LINK_MAPPING", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_ttlm", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_TX_BITRATE_MASK", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_tx_bitrate_mask", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_WIPHY", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_wiphy", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_WIPHY_NETNS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_wiphy_netns", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_SET_WOWLAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_set_wowlan", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_START_AP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_start_ap", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_START_NAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_start_nan", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_START_P2P_DEVICE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_start_p2p_device", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_START_SCHED_SCAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_start_sched_scan", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_STOP_AP", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_stop_ap", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_STOP_NAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_stop_nan", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_STOP_P2P_DEVICE", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_stop_p2p_device", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_STOP_SCHED_SCAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_stop_sched_scan", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tdls_cancel_channel_switch", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_TDLS_CHANNEL_SWITCH", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tdls_channel_switch", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_TDLS_MGMT", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tdls_mgmt", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_TDLS_OPER", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_tdls_oper", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_TRIGGER_SCAN", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_trigger_scan", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_UNEXPECTED_FRAME", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_register_unexpected_frame", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_UPDATE_CONNECT_PARAMS", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_update_connect_params", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_UPDATE_FT_IES", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_update_ft_ies", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_UPDATE_OWE_INFO", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_update_owe_info", - "access": "admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL80211_CMD_VENDOR", - "files": [ - "net/wireless/nl80211.c" - ], - "func": "nl80211_vendor_cmd", - "access": "ns_admin", - "subsystems": [ - "wireless" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_ABORT_SCAN", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_abort_scan", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_ASSOCIATE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_associate", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DEL_INTERFACE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_del_interface", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DEL_SEC_DEV", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_del_llsec_dev", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DEL_SEC_DEVKEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_del_llsec_devkey", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DEL_SEC_KEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_del_llsec_key", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DEL_SEC_LEVEL", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_del_llsec_seclevel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_DISASSOCIATE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_disassociate", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_INTERFACE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_get_interface", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_SEC_DEV", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_dump_llsec_dev", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_SEC_DEVKEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_dump_llsec_devkey", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_SEC_KEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_dump_llsec_key", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_SEC_LEVEL", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_dump_llsec_seclevel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_GET_WPAN_PHY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_get_wpan_phy", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_LIST_ASSOCIATIONS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_list_associations", - "access": "user", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_NEW_INTERFACE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_new_interface", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_NEW_SEC_DEV", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_add_llsec_dev", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_NEW_SEC_DEVKEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_add_llsec_devkey", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_NEW_SEC_KEY", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_add_llsec_key", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_NEW_SEC_LEVEL", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_add_llsec_seclevel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SEND_BEACONS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_send_beacons", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_ACKREQ_DEFAULT", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_ackreq_default", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_BACKOFF_EXPONENT", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_backoff_exponent", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_CCA_ED_LEVEL", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_cca_ed_level", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_CCA_MODE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_cca_mode", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_CHANNEL", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_channel", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_LBT_MODE", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_lbt_mode", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_MAX_ASSOCIATIONS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_max_associations", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_MAX_CSMA_BACKOFFS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_max_csma_backoffs", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_MAX_FRAME_RETRIES", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_max_frame_retries", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_PAN_ID", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_pan_id", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_SEC_PARAMS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_llsec_params", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_SHORT_ADDR", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_short_addr", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_TX_POWER", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_set_tx_power", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_SET_WPAN_PHY_NETNS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_wpan_phy_netns", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_STOP_BEACONS", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_stop_beacons", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NL802154_CMD_TRIGGER_SCAN", - "files": [ - "net/ieee802154/nl802154.c" - ], - "func": "nl802154_trigger_scan", - "access": "admin", - "subsystems": [ - "wpan" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CALIPSO_C_ADD", - "files": [ - "net/netlabel/netlabel_calipso.c" - ], - "func": "netlbl_calipso_add", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CALIPSO_C_LIST", - "files": [ - "net/netlabel/netlabel_calipso.c" - ], - "func": "netlbl_calipso_list", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CALIPSO_C_LISTALL", - "files": [ - "net/netlabel/netlabel_calipso.c" - ], - "func": "netlbl_calipso_listall", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CALIPSO_C_REMOVE", - "files": [ - "net/netlabel/netlabel_calipso.c" - ], - "func": "netlbl_calipso_remove", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CIPSOV4_C_ADD", - "files": [ - "net/netlabel/netlabel_cipso_v4.c" - ], - "func": "netlbl_cipsov4_add", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CIPSOV4_C_LIST", - "files": [ - "net/netlabel/netlabel_cipso_v4.c" - ], - "func": "netlbl_cipsov4_list", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CIPSOV4_C_LISTALL", - "files": [ - "net/netlabel/netlabel_cipso_v4.c" - ], - "func": "netlbl_cipsov4_listall", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_CIPSOV4_C_REMOVE", - "files": [ - "net/netlabel/netlabel_cipso_v4.c" - ], - "func": "netlbl_cipsov4_remove", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_ADD", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_add", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_ADDDEF", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_adddef", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_LISTALL", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_listall", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_LISTDEF", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_listdef", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_PROTOCOLS", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_protocols", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_REMOVE", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_remove", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_REMOVEDEF", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_removedef", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_MGMT_C_VERSION", - "files": [ - "net/netlabel/netlabel_mgmt.c" - ], - "func": "netlbl_mgmt_version", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_ACCEPT", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_accept", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_LIST", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_list", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICADD", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticadd", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICADDDEF", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticadddef", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICLIST", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticlist", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICLISTDEF", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticlistdef", - "access": "user", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICREMOVE", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticremove", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "NLBL_UNLABEL_C_STATICREMOVEDEF", - "files": [ - "net/netlabel/netlabel_unlabeled.c" - ], - "func": "netlbl_unlabel_staticremovedef", - "access": "admin", - "subsystems": [ - "lsm", - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_CT_LIMIT_CMD_DEL", - "files": [ - "net/openvswitch/conntrack.c" - ], - "func": "ovs_ct_limit_cmd_del", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_CT_LIMIT_CMD_GET", - "files": [ - "net/openvswitch/conntrack.c" - ], - "func": "ovs_ct_limit_cmd_get", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_CT_LIMIT_CMD_SET", - "files": [ - "net/openvswitch/conntrack.c" - ], - "func": "ovs_ct_limit_cmd_set", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_DP_CMD_DEL", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_dp_cmd_del", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_DP_CMD_GET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_dp_cmd_get", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_DP_CMD_NEW", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_dp_cmd_new", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_DP_CMD_SET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_dp_cmd_set", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_FLOW_CMD_DEL", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_flow_cmd_del", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_FLOW_CMD_GET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_flow_cmd_get", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_FLOW_CMD_NEW", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_flow_cmd_new", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_FLOW_CMD_SET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_flow_cmd_set", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_METER_CMD_DEL", - "files": [ - "net/openvswitch/meter.c" - ], - "func": "ovs_meter_cmd_del", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_METER_CMD_FEATURES", - "files": [ - "net/openvswitch/meter.c" - ], - "func": "ovs_meter_cmd_features", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_METER_CMD_GET", - "files": [ - "net/openvswitch/meter.c" - ], - "func": "ovs_meter_cmd_get", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_METER_CMD_SET", - "files": [ - "net/openvswitch/meter.c" - ], - "func": "ovs_meter_cmd_set", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_PACKET_CMD_EXECUTE", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_packet_cmd_execute", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_VPORT_CMD_DEL", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_vport_cmd_del", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_VPORT_CMD_GET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_vport_cmd_get", - "access": "user", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_VPORT_CMD_NEW", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_vport_cmd_new", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "OVS_VPORT_CMD_SET", - "files": [ - "net/openvswitch/datapath.c" - ], - "func": "ovs_vport_cmd_set", - "access": "ns_admin", - "subsystems": [ - "openvswitch" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SEG6_CMD_DUMPHMAC", - "files": [ - "net/ipv6/seg6.c" - ], - "func": "seg6_genl_dumphmac", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SEG6_CMD_GET_TUNSRC", - "files": [ - "net/ipv6/seg6.c" - ], - "func": "seg6_genl_get_tunsrc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SEG6_CMD_SETHMAC", - "files": [ - "net/ipv6/seg6.c" - ], - "func": "seg6_genl_sethmac", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SEG6_CMD_SET_TUNSRC", - "files": [ - "net/ipv6/seg6.c" - ], - "func": "seg6_genl_set_tunsrc", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_ADD_UEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_add_ueid", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_DISABLE_HS_LIMITATION", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_disable_hs_limitation", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_DISABLE_SEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_disable_seid", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_DUMP_HS_LIMITATION", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_dump_hs_limitation", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_DUMP_SEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_dump_seid", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_DUMP_UEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_dump_ueid", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_ENABLE_HS_LIMITATION", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_enable_hs_limitation", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_ENABLE_SEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_enable_seid", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_FLUSH_UEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_flush_ueid", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_DEV_SMCD", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smcd_nl_get_device", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_DEV_SMCR", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smcr_nl_get_device", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_FBACK_STATS", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_get_fback_stats", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_LGR_SMCD", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smcd_nl_get_lgr", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_LGR_SMCR", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smcr_nl_get_lgr", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_LINK_SMCR", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smcr_nl_get_link", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_STATS", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_get_stats", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_GET_SYS_INFO", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_get_sys_info", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_NETLINK_REMOVE_UEID", - "files": [ - "net/smc/smc_netlink.c" - ], - "func": "smc_nl_remove_ueid", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_PNETID_ADD", - "files": [ - "net/smc/smc_pnet.c" - ], - "func": "smc_pnet_add", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_PNETID_DEL", - "files": [ - "net/smc/smc_pnet.c" - ], - "func": "smc_pnet_del", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_PNETID_FLUSH", - "files": [ - "net/smc/smc_pnet.c" - ], - "func": "smc_pnet_flush", - "access": "admin", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "SMC_PNETID_GET", - "files": [ - "net/smc/smc_pnet.c" - ], - "func": "smc_pnet_get", - "access": "user", - "subsystems": [ - "net", - "s390" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TASKSTATS_CMD_GET", - "files": [ - "kernel/taskstats.c" - ], - "func": "taskstats_user_cmd", - "access": "admin", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TCP_METRICS_CMD_DEL", - "files": [ - "net/ipv4/tcp_metrics.c" - ], - "func": "tcp_metrics_nl_cmd_del", - "access": "admin", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TCP_METRICS_CMD_GET", - "files": [ - "net/ipv4/tcp_metrics.c" - ], - "func": "tcp_metrics_nl_cmd_get", - "access": "user", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "THERMAL_GENL_CMD_CDEV_GET", - "files": [ - "drivers/thermal/thermal_netlink.c" - ], - "func": "thermal_genl_cmd_dumpit", - "access": "user", - "subsystems": [ - "pm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "THERMAL_GENL_CMD_TZ_GET_GOV", - "files": [ - "drivers/thermal/thermal_netlink.c" - ], - "func": "thermal_genl_cmd_doit", - "access": "user", - "subsystems": [ - "pm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "THERMAL_GENL_CMD_TZ_GET_ID", - "files": [ - "drivers/thermal/thermal_netlink.c" - ], - "func": "thermal_genl_cmd_dumpit", - "access": "user", - "subsystems": [ - "pm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "THERMAL_GENL_CMD_TZ_GET_TEMP", - "files": [ - "drivers/thermal/thermal_netlink.c" - ], - "func": "thermal_genl_cmd_doit", - "access": "user", - "subsystems": [ - "pm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "THERMAL_GENL_CMD_TZ_GET_TRIP", - "files": [ - "drivers/thermal/thermal_netlink.c" - ], - "func": "thermal_genl_cmd_doit", - "access": "user", - "subsystems": [ - "pm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_ADDR_LEGACY_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_net_addr_legacy_get", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_BEARER_ADD", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_bearer_add", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_BEARER_DISABLE", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_bearer_disable", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_BEARER_ENABLE", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_bearer_enable", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_BEARER_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_bearer_get", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_BEARER_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_bearer_set", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_KEY_FLUSH", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_flush_key", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_KEY_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_set_key", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_LINK_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_get_link", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_LINK_RESET_STATS", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_reset_link_stats", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_LINK_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_set_link", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_MEDIA_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_media_get", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_MEDIA_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_media_set", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_MON_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_get_monitor", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_MON_PEER_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_dump_monitor_peer", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_MON_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_set_monitor", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_NAME_TABLE_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_name_table_dump", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_NET_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_net_dump", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_NET_SET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_net_set", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_NODE_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_node_dump", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_PEER_REMOVE", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_peer_rm", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_PUBL_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_publ_dump", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_SOCK_GET", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_nl_sk_dump", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "TIPC_NL_UDP_GET_REMOTEIP", - "files": [ - "net/tipc/netlink.c" - ], - "func": "tipc_udp_nl_dump_remoteip", - "access": "user", - "subsystems": [ - "tipc" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_ATTR_SET", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_attr_set_doit", - "access": "admin", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_CONFIG_GET", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_config_get_doit", - "access": "user", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_DEL", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_del_set_doit", - "access": "admin", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_GET", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_get_doit", - "access": "user", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_NEW", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_add_set_doit", - "access": "admin", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_DEV_VSTATS_GET", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_dev_stats_get_doit", - "access": "admin", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "VDPA_CMD_MGMTDEV_GET", - "files": [ - "drivers/vdpa/vdpa.c" - ], - "func": "vdpa_nl_cmd_mgmtdev_get_doit", - "access": "user", - "subsystems": [ - "virt" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "WG_CMD_GET_DEVICE", - "files": [ - "drivers/net/wireguard/netlink.c" - ], - "func": "wg_get_device_dump", - "access": "ns_admin", - "subsystems": [ - "wireguard" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "NETLINK", - "name": "WG_CMD_SET_DEVICE", - "files": [ - "drivers/net/wireguard/netlink.c" - ], - "func": "wg_set_device", - "access": "ns_admin", - "subsystems": [ - "wireguard" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "_llseek", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_llseek", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "_newselect", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_select", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "accept", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_accept", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "accept4", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_accept4", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "access", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_access", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "acct", - "files": [ - "kernel/acct.c" - ], - "func": "__do_sys_acct", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "add_key", - "files": [ - "security/keys/keyctl.c" - ], - "func": "__do_sys_add_key", - "subsystems": [ - "keyrings", - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "adjtimex", - "files": [ - "kernel/time/time.c" - ], - "func": "__do_sys_adjtimex", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "alarm", - "files": [ - "kernel/time/itimer.c" - ], - "func": "__do_sys_alarm", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "arch_prctl", - "files": [ - "arch/x86/kernel/process_64.c" - ], - "func": "__do_sys_arch_prctl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "arm_sync_file_range", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_sync_file_range2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "bind", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_bind", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "bpf", - "files": [ - "kernel/bpf/syscall.c" - ], - "func": "__do_sys_bpf", - "subsystems": [ - "bpf" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "brk", - "files": [ - "mm/mmap.c" - ], - "func": "__do_sys_brk", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "cachestat", - "files": [ - "mm/filemap.c" - ], - "func": "__do_sys_cachestat", - "subsystems": [ - "fs", - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "capget", - "files": [ - "kernel/capability.c" - ], - "func": "__do_sys_capget", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "capset", - "files": [ - "kernel/capability.c" - ], - "func": "__do_sys_capset", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "chdir", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_chdir", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "chmod", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_chmod", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "chown", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_chown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "chown32", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_chown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "chroot", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_chroot", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_adjtime", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_adjtime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_adjtime64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_adjtime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_getres", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_getres", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_getres_time64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_getres", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_gettime", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_gettime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_gettime64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_gettime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_nanosleep", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_nanosleep", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_nanosleep_time64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_nanosleep", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_settime", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_settime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clock_settime64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_clock_settime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clone", - "files": [ - "kernel/fork.c" - ], - "func": "__do_sys_clone", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "clone3", - "files": [ - "kernel/fork.c" - ], - "func": "__do_sys_clone3", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "close", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_close", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "close_range", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_close_range", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "connect", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_connect", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "copy_file_range", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_copy_file_range", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "creat", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_creat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "delete_module", - "files": [ - "kernel/module/main.c" - ], - "func": "__do_sys_delete_module", - "subsystems": [ - "modules" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "dup", - "files": [ - "fs/file.c" - ], - "func": "__do_sys_dup", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "dup2", - "files": [ - "fs/file.c" - ], - "func": "__do_sys_dup2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "dup3", - "files": [ - "fs/file.c" - ], - "func": "__do_sys_dup3", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_create", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_create", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_create1", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_create1", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_ctl", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_ctl", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_pwait", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_pwait", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_pwait2", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_pwait2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "epoll_wait", - "files": [ - "fs/eventpoll.c" - ], - "func": "__do_sys_epoll_wait", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "eventfd", - "files": [ - "fs/eventfd.c" - ], - "func": "__do_sys_eventfd", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "eventfd2", - "files": [ - "fs/eventfd.c" - ], - "func": "__do_sys_eventfd2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "execve", - "files": [ - "fs/exec.c" - ], - "func": "__do_sys_execve", - "subsystems": [ - "fs", - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "execveat", - "files": [ - "fs/exec.c" - ], - "func": "__do_sys_execveat", - "subsystems": [ - "fs", - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "exit", - "files": [ - "kernel/exit.c" - ], - "func": "__do_sys_exit", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "exit_group", - "files": [ - "kernel/exit.c" - ], - "func": "__do_sys_exit_group", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "faccessat", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_faccessat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "faccessat2", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_faccessat2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fadvise64", - "files": [ - "mm/fadvise.c" - ], - "func": "__do_sys_fadvise64", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fadvise64_64", - "files": [ - "arch/x86/kernel/sys_ia32.c" - ], - "func": "__do_sys_ia32_fadvise64_64", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fallocate", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fallocate", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fanotify_init", - "files": [ - "fs/notify/fanotify/fanotify_user.c" - ], - "func": "__do_sys_fanotify_init", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fanotify_mark", - "files": [ - "fs/notify/fanotify/fanotify_user.c" - ], - "func": "__do_sys_fanotify_mark", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchdir", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchdir", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchmod", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchmod", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchmodat", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchmodat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchmodat2", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchmodat2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchown", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchown32", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fchownat", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_fchownat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fcntl", - "files": [ - "fs/fcntl.c" - ], - "func": "__do_sys_fcntl", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fdatasync", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_fdatasync", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fgetxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_fgetxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "finit_module", - "files": [ - "kernel/module/main.c" - ], - "func": "__do_sys_finit_module", - "subsystems": [ - "modules" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "flistxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_flistxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "flock", - "files": [ - "fs/locks.c" - ], - "func": "__do_sys_flock", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fremovexattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_fremovexattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fsconfig", - "files": [ - "fs/fsopen.c" - ], - "func": "__do_sys_fsconfig", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fsetxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_fsetxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fsmount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_fsmount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fsopen", - "files": [ - "fs/fsopen.c" - ], - "func": "__do_sys_fsopen", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fspick", - "files": [ - "fs/fsopen.c" - ], - "func": "__do_sys_fspick", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fstat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_newfstat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fstatfs", - "files": [ - "fs/statfs.c" - ], - "func": "__do_sys_fstatfs", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fstatfs64", - "files": [ - "fs/statfs.c" - ], - "func": "__do_sys_fstatfs64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "fsync", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_fsync", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ftruncate", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_ftruncate", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ftruncate64", - "files": [ - "arch/x86/kernel/sys_ia32.c" - ], - "func": "__do_sys_ia32_ftruncate64", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex_requeue", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex_requeue", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex_time64", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex_wait", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex_wait", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex_waitv", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex_waitv", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futex_wake", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_futex_wake", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "futimesat", - "files": [ - "fs/utimes.c" - ], - "func": "__do_sys_futimesat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "get_mempolicy", - "files": [ - "mm/mempolicy.c" - ], - "func": "__do_sys_get_mempolicy", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "get_robust_list", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_get_robust_list", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "get_thread_area", - "files": [ - "arch/x86/kernel/tls.c" - ], - "func": "__do_sys_get_thread_area", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getcpu", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getcpu", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getcwd", - "files": [ - "fs/d_path.c" - ], - "func": "__do_sys_getcwd", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getdents", - "files": [ - "fs/readdir.c" - ], - "func": "__do_sys_getdents", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getdents64", - "files": [ - "fs/readdir.c" - ], - "func": "__do_sys_getdents64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getgroups", - "files": [ - "kernel/groups.c" - ], - "func": "__do_sys_getgroups", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getgroups32", - "files": [ - "kernel/groups.c" - ], - "func": "__do_sys_getgroups", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getitimer", - "files": [ - "kernel/time/itimer.c" - ], - "func": "__do_sys_getitimer", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getpeername", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_getpeername", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getpgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getpgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getpriority", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getpriority", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getrandom", - "files": [ - "drivers/char/random.c" - ], - "func": "__do_sys_getrandom", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getresgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getresgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getresgid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getresgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getresuid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getresuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getresuid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getresuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getrlimit", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getrlimit", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getrusage", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getrusage", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getsid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getsid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getsockname", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_getsockname", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getsockopt", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_getsockopt", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "gettimeofday", - "files": [ - "kernel/time/time.c" - ], - "func": "__do_sys_gettimeofday", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "getxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_getxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "init_module", - "files": [ - "kernel/module/main.c" - ], - "func": "__do_sys_init_module", - "subsystems": [ - "modules" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "inotify_add_watch", - "files": [ - "fs/notify/inotify/inotify_user.c" - ], - "func": "__do_sys_inotify_add_watch", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "inotify_init1", - "files": [ - "fs/notify/inotify/inotify_user.c" - ], - "func": "__do_sys_inotify_init1", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "inotify_rm_watch", - "files": [ - "fs/notify/inotify/inotify_user.c" - ], - "func": "__do_sys_inotify_rm_watch", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_cancel", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_cancel", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_destroy", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_destroy", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_getevents", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_getevents", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_pgetevents", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_pgetevents", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_pgetevents_time64", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_pgetevents", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_setup", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_setup", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_submit", - "files": [ - "fs/aio.c" - ], - "func": "__do_sys_io_submit", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_uring_enter", - "files": [ - "io_uring/io_uring.c" - ], - "func": "__do_sys_io_uring_enter", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_uring_register", - "files": [ - "io_uring/register.c" - ], - "func": "__do_sys_io_uring_register", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "io_uring_setup", - "files": [ - "io_uring/io_uring.c" - ], - "func": "__do_sys_io_uring_setup", - "subsystems": [ - "io-uring" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ioctl", - "files": [ - "fs/ioctl.c" - ], - "func": "__do_sys_ioctl", - "subsystems": [ - "fs", - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ioperm", - "files": [ - "arch/x86/kernel/ioport.c" - ], - "func": "__do_sys_ioperm", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "iopl", - "files": [ - "arch/x86/kernel/ioport.c" - ], - "func": "__do_sys_iopl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ioprio_get", - "files": [ - "block/ioprio.c" - ], - "func": "__do_sys_ioprio_get", - "subsystems": [ - "block" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ioprio_set", - "files": [ - "block/ioprio.c" - ], - "func": "__do_sys_ioprio_set", - "subsystems": [ - "block" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "kcmp", - "files": [ - "kernel/kcmp.c" - ], - "func": "__do_sys_kcmp", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "kexec_load", - "files": [ - "kernel/kexec.c" - ], - "func": "__do_sys_kexec_load", - "subsystems": [ - "kexec" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "keyctl", - "files": [ - "security/keys/keyctl.c" - ], - "func": "__do_sys_keyctl", - "subsystems": [ - "keyrings", - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "kill", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_kill", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "landlock_add_rule", - "files": [ - "security/landlock/syscalls.c" - ], - "func": "__do_sys_landlock_add_rule", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "landlock_create_ruleset", - "files": [ - "security/landlock/syscalls.c" - ], - "func": "__do_sys_landlock_create_ruleset", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "landlock_restrict_self", - "files": [ - "security/landlock/syscalls.c" - ], - "func": "__do_sys_landlock_restrict_self", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lchown", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_lchown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lchown32", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_lchown", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lgetxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_lgetxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "link", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_link", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "linkat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_linkat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "listen", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_listen", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "listmount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_listmount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "listxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_listxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "llistxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_llistxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lremovexattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_lremovexattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lseek", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_lseek", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lsetxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_lsetxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lsm_get_self_attr", - "files": [ - "security/lsm_syscalls.c" - ], - "func": "__do_sys_lsm_get_self_attr", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lsm_list_modules", - "files": [ - "security/lsm_syscalls.c" - ], - "func": "__do_sys_lsm_list_modules", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lsm_set_self_attr", - "files": [ - "security/lsm_syscalls.c" - ], - "func": "__do_sys_lsm_set_self_attr", - "subsystems": [ - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "lstat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_newlstat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "madvise", - "files": [ - "mm/madvise.c" - ], - "func": "__do_sys_madvise", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "map_shadow_stack", - "files": [ - "arch/x86/kernel/shstk.c" - ], - "func": "__do_sys_map_shadow_stack", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mbind", - "files": [ - "mm/mempolicy.c" - ], - "func": "__do_sys_mbind", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "membarrier", - "files": [ - "kernel/sched/build_utility.c" - ], - "func": "__do_sys_membarrier", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "memfd_create", - "files": [ - "mm/memfd.c" - ], - "func": "__do_sys_memfd_create", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "memfd_secret", - "files": [ - "mm/secretmem.c" - ], - "func": "__do_sys_memfd_secret", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "migrate_pages", - "files": [ - "mm/mempolicy.c" - ], - "func": "__do_sys_migrate_pages", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mincore", - "files": [ - "mm/mincore.c" - ], - "func": "__do_sys_mincore", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mkdir", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_mkdir", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mkdirat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_mkdirat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mknod", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_mknod", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mknodat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_mknodat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mlock", - "files": [ - "mm/mlock.c" - ], - "func": "__do_sys_mlock", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mlock2", - "files": [ - "mm/mlock.c" - ], - "func": "__do_sys_mlock2", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mlockall", - "files": [ - "mm/mlock.c" - ], - "func": "__do_sys_mlockall", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mmap", - "files": [ - "arch/x86/kernel/sys_x86_64.c" - ], - "func": "__do_sys_mmap", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mmap2", - "files": [ - "mm/mmap.c" - ], - "func": "__do_sys_mmap_pgoff", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "modify_ldt", - "files": [ - "arch/x86/kernel/ldt.c" - ], - "func": "__do_sys_modify_ldt", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_mount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mount_setattr", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_mount_setattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "move_mount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_move_mount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "move_pages", - "files": [ - "mm/migrate.c" - ], - "func": "__do_sys_move_pages", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mprotect", - "files": [ - "mm/mprotect.c" - ], - "func": "__do_sys_mprotect", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_getsetattr", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_getsetattr", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_notify", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_notify", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_open", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_open", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_timedreceive", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_timedreceive", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_timedreceive_time64", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_timedreceive", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_timedsend", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_timedsend", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_timedsend_time64", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_timedsend", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mq_unlink", - "files": [ - "ipc/mqueue.c" - ], - "func": "__do_sys_mq_unlink", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mremap", - "files": [ - "mm/mremap.c" - ], - "func": "__do_sys_mremap", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "mseal", - "files": [ - "mm/mseal.c" - ], - "func": "__do_sys_mseal", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "msgctl", - "files": [ - "ipc/msg.c" - ], - "func": "__do_sys_msgctl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "msgget", - "files": [ - "ipc/msg.c" - ], - "func": "__do_sys_msgget", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "msgrcv", - "files": [ - "ipc/msg.c" - ], - "func": "__do_sys_msgrcv", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "msgsnd", - "files": [ - "ipc/msg.c" - ], - "func": "__do_sys_msgsnd", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "msync", - "files": [ - "mm/msync.c" - ], - "func": "__do_sys_msync", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "munlock", - "files": [ - "mm/mlock.c" - ], - "func": "__do_sys_munlock", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "munmap", - "files": [ - "mm/mmap.c" - ], - "func": "__do_sys_munmap", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "name_to_handle_at", - "files": [ - "fs/fhandle.c" - ], - "func": "__do_sys_name_to_handle_at", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "nanosleep", - "files": [ - "kernel/time/hrtimer.c" - ], - "func": "__do_sys_nanosleep", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "newfstatat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_newfstatat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "nice", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_nice", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "oldfstat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_fstat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "oldlstat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_lstat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "oldolduname", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_olduname", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "oldstat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_stat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "olduname", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_uname", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "open", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_open", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "open_by_handle_at", - "files": [ - "fs/fhandle.c" - ], - "func": "__do_sys_open_by_handle_at", - "subsystems": [ - "nfs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "open_tree", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_open_tree", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "openat", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_openat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "openat2", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_openat2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "perf_event_open", - "files": [ - "kernel/events/core.c" - ], - "func": "__do_sys_perf_event_open", - "subsystems": [ - "perf" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "personality", - "files": [ - "kernel/exec_domain.c" - ], - "func": "__do_sys_personality", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pidfd_getfd", - "files": [ - "kernel/pid.c" - ], - "func": "__do_sys_pidfd_getfd", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pidfd_open", - "files": [ - "kernel/pid.c" - ], - "func": "__do_sys_pidfd_open", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pidfd_send_signal", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_pidfd_send_signal", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pipe", - "files": [ - "fs/pipe.c" - ], - "func": "__do_sys_pipe", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pipe2", - "files": [ - "fs/pipe.c" - ], - "func": "__do_sys_pipe2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pivot_root", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_pivot_root", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pkey_alloc", - "files": [ - "mm/mprotect.c" - ], - "func": "__do_sys_pkey_alloc", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pkey_free", - "files": [ - "mm/mprotect.c" - ], - "func": "__do_sys_pkey_free", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pkey_mprotect", - "files": [ - "mm/mprotect.c" - ], - "func": "__do_sys_pkey_mprotect", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "poll", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_poll", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ppoll", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_ppoll", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ppoll_time64", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_ppoll", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "prctl", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_prctl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pread64", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_pread64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "preadv", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_preadv", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "preadv2", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_preadv2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "prlimit64", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_prlimit64", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "process_madvise", - "files": [ - "mm/madvise.c" - ], - "func": "__do_sys_process_madvise", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "process_mrelease", - "files": [ - "mm/oom_kill.c" - ], - "func": "__do_sys_process_mrelease", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "process_vm_readv", - "files": [ - "mm/process_vm_access.c" - ], - "func": "__do_sys_process_vm_readv", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "process_vm_writev", - "files": [ - "mm/process_vm_access.c" - ], - "func": "__do_sys_process_vm_writev", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pselect6", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_pselect6", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pselect6_time64", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_pselect6", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ptrace", - "files": [ - "kernel/ptrace.c" - ], - "func": "__do_sys_ptrace", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pwrite64", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_pwrite64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pwritev", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_pwritev", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "pwritev2", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_pwritev2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "quotactl", - "files": [ - "fs/quota/quota.c" - ], - "func": "__do_sys_quotactl", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "quotactl_fd", - "files": [ - "fs/quota/quota.c" - ], - "func": "__do_sys_quotactl_fd", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "read", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_read", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "readahead", - "files": [ - "mm/readahead.c" - ], - "func": "__do_sys_readahead", - "subsystems": [ - "fs", - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "readdir", - "files": [ - "fs/readdir.c" - ], - "func": "__do_sys_old_readdir", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "readlink", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_readlink", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "readlinkat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_readlinkat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "readv", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_readv", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "recv", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_recv", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "recvfrom", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_recvfrom", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "recvmmsg", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_recvmmsg", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "recvmmsg_time64", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_recvmmsg", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "recvmsg", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_recvmsg", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "remap_file_pages", - "files": [ - "mm/mmap.c" - ], - "func": "__do_sys_remap_file_pages", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "removexattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_removexattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rename", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_rename", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "renameat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_renameat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "renameat2", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_renameat2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "request_key", - "files": [ - "security/keys/keyctl.c" - ], - "func": "__do_sys_request_key", - "subsystems": [ - "keyrings", - "lsm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rmdir", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_rmdir", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rseq", - "files": [ - "kernel/rseq.c" - ], - "func": "__do_sys_rseq", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigaction", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigaction", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigpending", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigpending", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigprocmask", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigprocmask", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigqueueinfo", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigqueueinfo", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigsuspend", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigsuspend", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigtimedwait", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigtimedwait", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_sigtimedwait_time64", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_sigtimedwait", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "rt_tgsigqueueinfo", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_rt_tgsigqueueinfo", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_get_priority_max", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_get_priority_max", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_get_priority_min", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_get_priority_min", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_getaffinity", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_getaffinity", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_getattr", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_getattr", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_getparam", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_getparam", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_getscheduler", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_getscheduler", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_rr_get_interval", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_rr_get_interval", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_rr_get_interval_time64", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_rr_get_interval", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_setaffinity", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_setaffinity", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_setattr", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_setattr", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_setparam", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_setparam", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sched_setscheduler", - "files": [ - "kernel/sched/build_policy.c" - ], - "func": "__do_sys_sched_setscheduler", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "seccomp", - "files": [ - "kernel/seccomp.c" - ], - "func": "__do_sys_seccomp", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "select", - "files": [ - "fs/select.c" - ], - "func": "__do_sys_select", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "semctl", - "files": [ - "ipc/sem.c" - ], - "func": "__do_sys_semctl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "semget", - "files": [ - "ipc/sem.c" - ], - "func": "__do_sys_semget", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "semop", - "files": [ - "ipc/sem.c" - ], - "func": "__do_sys_semop", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "semtimedop", - "files": [ - "ipc/sem.c" - ], - "func": "__do_sys_semtimedop", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "semtimedop_time64", - "files": [ - "ipc/sem.c" - ], - "func": "__do_sys_semtimedop", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "send", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_send", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sendfile", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_sendfile64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sendfile64", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_sendfile64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sendmmsg", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_sendmmsg", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sendmsg", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_sendmsg", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sendto", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_sendto", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "set_mempolicy", - "files": [ - "mm/mempolicy.c" - ], - "func": "__do_sys_set_mempolicy", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "set_mempolicy_home_node", - "files": [ - "mm/mempolicy.c" - ], - "func": "__do_sys_set_mempolicy_home_node", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "set_robust_list", - "files": [ - "kernel/futex/syscalls.c" - ], - "func": "__do_sys_set_robust_list", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "set_thread_area", - "files": [ - "arch/x86/kernel/tls.c" - ], - "func": "__do_sys_set_thread_area", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "set_tid_address", - "files": [ - "kernel/fork.c" - ], - "func": "__do_sys_set_tid_address", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setdomainname", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setdomainname", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setfsgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setfsgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setfsgid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setfsgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setfsuid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setfsuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setfsuid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setfsuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setgid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setgroups", - "files": [ - "kernel/groups.c" - ], - "func": "__do_sys_setgroups", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setgroups32", - "files": [ - "kernel/groups.c" - ], - "func": "__do_sys_setgroups", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sethostname", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_sethostname", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setitimer", - "files": [ - "kernel/time/itimer.c" - ], - "func": "__do_sys_setitimer", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setns", - "files": [ - "kernel/nsproxy.c" - ], - "func": "__do_sys_setns", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setpgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setpgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setpriority", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setpriority", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setregid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setregid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setregid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setregid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setresgid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setresgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setresgid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setresgid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setresuid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setresuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setresuid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setresuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setreuid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setreuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setreuid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setreuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setrlimit", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setrlimit", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setsockopt", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_setsockopt", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "settimeofday", - "files": [ - "kernel/time/time.c" - ], - "func": "__do_sys_settimeofday", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setuid", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setuid32", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_setuid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "setxattr", - "files": [ - "fs/xattr.c" - ], - "func": "__do_sys_setxattr", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "shmat", - "files": [ - "ipc/shm.c" - ], - "func": "__do_sys_shmat", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "shmctl", - "files": [ - "ipc/shm.c" - ], - "func": "__do_sys_shmctl", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "shmdt", - "files": [ - "ipc/shm.c" - ], - "func": "__do_sys_shmdt", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "shmget", - "files": [ - "ipc/shm.c" - ], - "func": "__do_sys_shmget", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "shutdown", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_shutdown", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sigaltstack", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_sigaltstack", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "signal", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_signal", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "signalfd", - "files": [ - "fs/signalfd.c" - ], - "func": "__do_sys_signalfd", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "signalfd4", - "files": [ - "fs/signalfd.c" - ], - "func": "__do_sys_signalfd4", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sigpending", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_sigpending", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sigprocmask", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_sigprocmask", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sigsuspend", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_sigsuspend", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "socket", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_socket", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "socketcall", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_socketcall", - "subsystems": [ - "net" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "socketpair", - "files": [ - "net/socket.c" - ], - "func": "__do_sys_socketpair", - "subsystems": [ - "net" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "splice", - "files": [ - "fs/splice.c" - ], - "func": "__do_sys_splice", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ssetmask", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_ssetmask", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "stat", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_newstat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "statfs", - "files": [ - "fs/statfs.c" - ], - "func": "__do_sys_statfs", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "statfs64", - "files": [ - "fs/statfs.c" - ], - "func": "__do_sys_statfs64", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "statmount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_statmount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "statx", - "files": [ - "fs/stat.c" - ], - "func": "__do_sys_statx", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "stime", - "files": [ - "kernel/time/time.c" - ], - "func": "__do_sys_stime32", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "swapoff", - "files": [ - "mm/swapfile.c" - ], - "func": "__do_sys_swapoff", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "swapon", - "files": [ - "mm/swapfile.c" - ], - "func": "__do_sys_swapon", - "subsystems": [ - "mm" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "symlink", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_symlink", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "symlinkat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_symlinkat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sync_file_range", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_sync_file_range", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sync_file_range2", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_sync_file_range2", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "syncfs", - "files": [ - "fs/sync.c" - ], - "func": "__do_sys_syncfs", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sysfs", - "files": [ - "fs/filesystems.c" - ], - "func": "__do_sys_sysfs", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "sysinfo", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_sysinfo", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "syslog", - "files": [ - "kernel/printk/printk.c" - ], - "func": "__do_sys_syslog", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "tee", - "files": [ - "fs/splice.c" - ], - "func": "__do_sys_tee", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "tgkill", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_tgkill", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "time", - "files": [ - "kernel/time/time.c" - ], - "func": "__do_sys_time", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_create", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_create", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_delete", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_delete", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_getoverrun", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_getoverrun", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_gettime", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_gettime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_gettime64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_gettime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_settime", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_settime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timer_settime64", - "files": [ - "kernel/time/posix-timers.c" - ], - "func": "__do_sys_timer_settime", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timerfd_create", - "files": [ - "fs/timerfd.c" - ], - "func": "__do_sys_timerfd_create", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timerfd_gettime", - "files": [ - "fs/timerfd.c" - ], - "func": "__do_sys_timerfd_gettime", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timerfd_gettime64", - "files": [ - "fs/timerfd.c" - ], - "func": "__do_sys_timerfd_gettime", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timerfd_settime", - "files": [ - "fs/timerfd.c" - ], - "func": "__do_sys_timerfd_settime", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "timerfd_settime64", - "files": [ - "fs/timerfd.c" - ], - "func": "__do_sys_timerfd_settime", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "times", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_times", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "tkill", - "files": [ - "kernel/signal.c" - ], - "func": "__do_sys_tkill", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "truncate", - "files": [ - "fs/open.c" - ], - "func": "__do_sys_truncate", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "truncate64", - "files": [ - "arch/x86/kernel/sys_ia32.c" - ], - "func": "__do_sys_ia32_truncate64", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ugetrlimit", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_getrlimit", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "umask", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_umask", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "umount", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_oldumount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "umount2", - "files": [ - "fs/namespace.c" - ], - "func": "__do_sys_umount", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "uname", - "files": [ - "kernel/sys.c" - ], - "func": "__do_sys_newuname", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "unlink", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_unlink", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "unlinkat", - "files": [ - "fs/namei.c" - ], - "func": "__do_sys_unlinkat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "unshare", - "files": [ - "kernel/fork.c" - ], - "func": "__do_sys_unshare", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "userfaultfd", - "files": [ - "fs/userfaultfd.c" - ], - "func": "__do_sys_userfaultfd", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "ustat", - "files": [ - "fs/statfs.c" - ], - "func": "__do_sys_ustat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "utime", - "files": [ - "fs/utimes.c" - ], - "func": "__do_sys_utime", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "utimensat", - "files": [ - "fs/utimes.c" - ], - "func": "__do_sys_utimensat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "utimensat_time64", - "files": [ - "fs/utimes.c" - ], - "func": "__do_sys_utimensat", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "utimes", - "files": [ - "fs/utimes.c" - ], - "func": "__do_sys_utimes", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "vmsplice", - "files": [ - "fs/splice.c" - ], - "func": "__do_sys_vmsplice", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "wait4", - "files": [ - "kernel/exit.c" - ], - "func": "__do_sys_wait4", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "waitid", - "files": [ - "kernel/exit.c" - ], - "func": "__do_sys_waitid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "waitpid", - "files": [ - "kernel/exit.c" - ], - "func": "__do_sys_waitpid", - "subsystems": [ - "kernel" - ], - "has_manual_descriptions": false, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "write", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_write", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - }, - { - "type": "SYSCALL", - "name": "writev", - "files": [ - "fs/read_write.c" - ], - "func": "__do_sys_writev", - "subsystems": [ - "fs" - ], - "has_manual_descriptions": true, - "has_auto_descriptions": true - } -]
\ No newline at end of file |
