Searched refs:tmp_table (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_main.c | 340 struct hbg_mac_table_entry *tmp_table; in hbg_mac_filter_init() local 342 tmp_table = devm_kcalloc(&priv->pdev->dev, dev_specs->uc_mac_num, in hbg_mac_filter_init() 343 sizeof(*tmp_table), GFP_KERNEL); in hbg_mac_filter_init() 344 if (!tmp_table) in hbg_mac_filter_init() 347 filter->mac_table = tmp_table; in hbg_mac_filter_init()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | fpsimd.c | 545 struct ctl_table tmp_table = { in vec_proc_do_default_vl() local 550 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in vec_proc_do_default_vl()
|
| /linux-6.15/net/ipv4/ |
| H A D | nexthop.c | 2212 struct nh_res_table *tmp_table = NULL; in replace_nexthop_grp() local 2268 tmp_table = new_res_table; in replace_nexthop_grp() 2283 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp() 2284 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
|
| /linux-6.15/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 2022 struct ctl_table tmp_table = { in ipvs_proc_est_nice() local 2028 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_est_nice() 2052 struct ctl_table tmp_table = { in ipvs_proc_run_estimation() local 2058 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_run_estimation()
|