/linux-6.12.1/net/tipc/ |
D | netlink.c | 155 .doit = tipc_nl_bearer_disable, 160 .doit = tipc_nl_bearer_enable, 165 .doit = tipc_nl_bearer_get, 171 .doit = tipc_nl_bearer_add, 176 .doit = tipc_nl_bearer_set, 194 .doit = tipc_nl_node_get_link, 200 .doit = tipc_nl_node_set_link, 205 .doit = tipc_nl_node_reset_link_stats, 210 .doit = tipc_nl_media_get, 216 .doit = tipc_nl_media_set, [all …]
|
D | netlink_compat.c | 73 int (*doit)(struct sk_buff *skb, struct genl_info *info); member 371 err = (*cmd->doit)(doit_buf, &info); in __tipc_nl_compat_doit() 824 cmd->doit = &__tipc_nl_media_set; in tipc_nl_compat_link_set() 830 cmd->doit = &__tipc_nl_bearer_set; in tipc_nl_compat_link_set() 1194 struct tipc_nl_compat_cmd_doit doit; in tipc_nl_compat_handle() local 1197 memset(&doit, 0, sizeof(doit)); in tipc_nl_compat_handle() 1212 doit.doit = __tipc_nl_bearer_enable; in tipc_nl_compat_handle() 1213 doit.transcode = tipc_nl_compat_bearer_enable; in tipc_nl_compat_handle() 1214 return tipc_nl_compat_doit(&doit, msg); in tipc_nl_compat_handle() 1217 doit.doit = __tipc_nl_bearer_disable; in tipc_nl_compat_handle() [all …]
|
/linux-6.12.1/net/devlink/ |
D | netlink_gen.c | 576 .doit = devlink_nl_get_doit, 592 .doit = devlink_nl_port_get_doit, 609 .doit = devlink_nl_port_set_doit, 619 .doit = devlink_nl_port_new_doit, 629 .doit = devlink_nl_port_del_doit, 639 .doit = devlink_nl_port_split_doit, 649 .doit = devlink_nl_port_unsplit_doit, 659 .doit = devlink_nl_sb_get_doit, 676 .doit = devlink_nl_sb_pool_get_doit, 693 .doit = devlink_nl_sb_pool_set_doit, [all …]
|
/linux-6.12.1/net/mptcp/ |
D | mptcp_pm_gen.c | 95 .doit = mptcp_pm_nl_add_addr_doit, 103 .doit = mptcp_pm_nl_del_addr_doit, 111 .doit = mptcp_pm_nl_get_addr_doit, 119 .doit = mptcp_pm_nl_flush_addrs_doit, 127 .doit = mptcp_pm_nl_set_limits_doit, 135 .doit = mptcp_pm_nl_get_limits_doit, 142 .doit = mptcp_pm_nl_set_flags_doit, 150 .doit = mptcp_pm_nl_announce_doit, 158 .doit = mptcp_pm_nl_remove_doit, 166 .doit = mptcp_pm_nl_subflow_create_doit, [all …]
|
/linux-6.12.1/fs/nfsd/ |
D | netlink.c | 57 .doit = nfsd_nl_threads_set_doit, 64 .doit = nfsd_nl_threads_get_doit, 69 .doit = nfsd_nl_version_set_doit, 76 .doit = nfsd_nl_version_get_doit, 81 .doit = nfsd_nl_listener_set_doit, 88 .doit = nfsd_nl_listener_get_doit, 93 .doit = nfsd_nl_pool_mode_set_doit, 100 .doit = nfsd_nl_pool_mode_get_doit,
|
/linux-6.12.1/net/ethtool/ |
D | netlink.c | 881 .doit = ethnl_default_doit, 890 .doit = ethnl_default_doit, 900 .doit = ethnl_default_set_doit, 906 .doit = ethnl_default_doit, 916 .doit = ethnl_default_set_doit, 922 .doit = ethnl_default_doit, 931 .doit = ethnl_default_doit, 941 .doit = ethnl_default_set_doit, 948 .doit = ethnl_default_doit, 958 .doit = ethnl_default_set_doit, [all …]
|
/linux-6.12.1/net/smc/ |
D | smc_netlink.c | 85 .doit = smc_nl_add_ueid, 91 .doit = smc_nl_remove_ueid, 97 .doit = smc_nl_flush_ueid, 107 .doit = smc_nl_enable_seid, 112 .doit = smc_nl_disable_seid, 122 .doit = smc_nl_enable_hs_limitation, 127 .doit = smc_nl_disable_hs_limitation,
|
/linux-6.12.1/drivers/nfc/st-nci/ |
D | vendor_cmds.c | 378 .doit = st_nci_factory_mode, 383 .doit = st_nci_hci_clear_all_pipes, 388 .doit = st_nci_hci_dm_put_data, 393 .doit = st_nci_hci_dm_update_aid, 398 .doit = st_nci_hci_dm_get_info, 403 .doit = st_nci_hci_dm_get_data, 408 .doit = st_nci_hci_dm_direct_load, 413 .doit = st_nci_hci_dm_reset, 418 .doit = st_nci_hci_get_param, 423 .doit = st_nci_hci_dm_field_generator, [all …]
|
/linux-6.12.1/drivers/nfc/st21nfca/ |
D | vendor_cmds.c | 302 .doit = st21nfca_factory_mode, 307 .doit = st21nfca_hci_clear_all_pipes, 312 .doit = st21nfca_hci_dm_put_data, 317 .doit = st21nfca_hci_dm_update_aid, 322 .doit = st21nfca_hci_dm_get_info, 327 .doit = st21nfca_hci_dm_get_data, 332 .doit = st21nfca_hci_dm_load, 337 .doit = st21nfca_hci_dm_reset, 342 .doit = st21nfca_hci_get_param, 347 .doit = st21nfca_hci_dm_field_generator, [all …]
|
/linux-6.12.1/drivers/net/team/ |
D | team_nl.c | 39 .doit = team_nl_noop_doit, 44 .doit = team_nl_options_set_doit, 50 .doit = team_nl_options_get_doit, 56 .doit = team_nl_port_list_get_doit,
|
/linux-6.12.1/net/core/ |
D | netdev-genl-gen.c | 94 .doit = netdev_nl_dev_get_doit, 107 .doit = netdev_nl_page_pool_get_doit, 121 .doit = netdev_nl_page_pool_stats_get_doit, 134 .doit = netdev_nl_queue_get_doit, 148 .doit = netdev_nl_napi_get_doit, 169 .doit = netdev_nl_bind_rx_doit,
|
/linux-6.12.1/drivers/dpll/ |
D | dpll_nl.c | 82 .doit = dpll_nl_device_id_get_doit, 91 .doit = dpll_nl_device_get_doit, 105 .doit = dpll_nl_device_set_doit, 114 .doit = dpll_nl_pin_id_get_doit, 123 .doit = dpll_nl_pin_get_doit, 139 .doit = dpll_nl_pin_set_doit,
|
/linux-6.12.1/net/netlink/ |
D | genetlink.c | 148 struct genl_split_ops doit; member 187 op->doit = family->small_ops[i].doit; in genl_op_from_small() 222 iter->doit = family->split_ops[i + cnt]; in genl_op_from_split() 223 genl_op_fill_in_reject_policy_split(family, &iter->doit); in genl_op_from_split() 226 memset(&iter->doit, 0, sizeof(iter->doit)); in genl_op_from_split() 231 (!cnt || family->split_ops[i + cnt].cmd == iter->doit.cmd)) { in genl_op_from_split() 264 if ((flags & GENL_CMD_CAP_DO && !full->doit) || in genl_cmd_full_to_split() 276 op->doit = full->doit; in genl_cmd_full_to_split() 326 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() argument 330 err1 = genl_get_cmd(cmd, GENL_CMD_CAP_DO, family, doit); in genl_get_cmd_both() [all …]
|
/linux-6.12.1/fs/smb/server/ |
D | transport_ipc.c | 134 .doit = handle_unsupported_event, 138 .doit = handle_unsupported_event, 142 .doit = handle_startup_event, 146 .doit = handle_unsupported_event, 150 .doit = handle_unsupported_event, 154 .doit = handle_generic_event, 158 .doit = handle_unsupported_event, 162 .doit = handle_generic_event, 166 .doit = handle_unsupported_event, 170 .doit = handle_generic_event, [all …]
|
/linux-6.12.1/net/ipv6/ila/ |
D | ila_main.c | 19 .doit = ila_xlat_nl_cmd_add_mapping, 25 .doit = ila_xlat_nl_cmd_del_mapping, 31 .doit = ila_xlat_nl_cmd_flush, 37 .doit = ila_xlat_nl_cmd_get_mapping,
|
/linux-6.12.1/net/ipv4/ |
D | fou_nl.c | 33 .doit = fou_nl_add_doit, 39 .doit = fou_nl_del_doit, 45 .doit = fou_nl_get_doit,
|
/linux-6.12.1/crypto/ |
D | crypto_user.c | 414 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member 418 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg}, 419 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg}, 420 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg}, 421 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report, 424 [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, 425 [CRYPTO_MSG_GETSTAT - CRYPTO_MSG_BASE] = { .doit = crypto_reportstat}, 473 if (link->doit == NULL) in crypto_user_rcv_msg() 476 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
|
/linux-6.12.1/include/math-emu/ |
D | op-4.h | 239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ argument 244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \ 245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \ 246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \ 247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \ 248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \ 249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \ 268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \ 269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \ 270 doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]); \ [all …]
|
D | op-2.h | 236 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \ argument 240 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 241 doit(_b_f1, _b_f0, X##_f0, Y##_f1); \ 242 doit(_c_f1, _c_f0, X##_f1, Y##_f0); \ 243 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \ 266 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \ argument 276 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \ 277 doit(_FP_FRAC_WORD_4(_z,2), _FP_FRAC_WORD_4(_z,1), _b_f0, _b_f1); \ 278 doit(_c_f1, _c_f0, X##_f1, Y##_f1); \
|
/linux-6.12.1/drivers/infiniband/core/ |
D | netlink.c | 106 if (!cb_table || (!cb_table[op].dump && !cb_table[op].doit)) in get_cb_table() 180 if (cb_table[op].doit) in rdma_nl_rcv_msg() 181 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg() 194 if (cb_table[op].doit) in rdma_nl_rcv_msg() 195 err = cb_table[op].doit(skb, nlh, extack); in rdma_nl_rcv_msg()
|
/linux-6.12.1/tools/net/ynl/ |
D | ethtool.py | 73 def doit(ynl, args, op_name): function 170 return doit(ynl, args, 'eee-set') 173 return doit(ynl, args, 'pause-set') 176 return doit(ynl, args, 'coalesce-set') 184 return doit(ynl, args, 'channels-set') 187 return doit(ynl, args, 'rings-set')
|
/linux-6.12.1/net/handshake/ |
D | genl.c | 29 .doit = handshake_nl_accept_doit, 36 .doit = handshake_nl_done_doit,
|
/linux-6.12.1/net/ieee802154/ |
D | nl802154.c | 2781 .doit = nl802154_get_wpan_phy, 2791 .doit = nl802154_get_interface, 2800 .doit = nl802154_new_interface, 2808 .doit = nl802154_del_interface, 2816 .doit = nl802154_set_channel, 2824 .doit = nl802154_set_cca_mode, 2832 .doit = nl802154_set_cca_ed_level, 2840 .doit = nl802154_set_tx_power, 2848 .doit = nl802154_wpan_phy_netns, 2856 .doit = nl802154_set_pan_id, [all …]
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | vendor_cmd.c | 159 .doit = wlcore_vendor_cmd_smart_config_start, 169 .doit = wlcore_vendor_cmd_smart_config_stop, 179 .doit = wlcore_vendor_cmd_smart_config_set_group_key,
|
/linux-6.12.1/net/nfc/ |
D | netlink.c | 1606 err = cmd->doit(dev, data, data_len); in nfc_genl_vendor_cmd() 1699 .doit = nfc_genl_get_device, 1706 .doit = nfc_genl_dev_up, 1712 .doit = nfc_genl_dev_down, 1718 .doit = nfc_genl_start_poll, 1724 .doit = nfc_genl_stop_poll, 1730 .doit = nfc_genl_dep_link_up, 1736 .doit = nfc_genl_dep_link_down, 1749 .doit = nfc_genl_llc_get_params, 1754 .doit = nfc_genl_llc_set_params, [all …]
|