Home
last modified time | relevance | path

Searched refs:tmp_table (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/hisilicon/hibmcge/
Dhbg_main.c244 struct hbg_mac_table_entry *tmp_table; in hbg_mac_filter_init() local
246 tmp_table = devm_kcalloc(&priv->pdev->dev, dev_specs->uc_mac_num, in hbg_mac_filter_init()
247 sizeof(*tmp_table), GFP_KERNEL); in hbg_mac_filter_init()
248 if (!tmp_table) in hbg_mac_filter_init()
251 filter->mac_table = tmp_table; in hbg_mac_filter_init()
/linux-6.14.4/arch/arm64/kernel/
Dfpsimd.c545 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.14.4/net/ipv4/
Dnexthop.c2199 struct nh_res_table *tmp_table = NULL; in replace_nexthop_grp() local
2255 tmp_table = new_res_table; in replace_nexthop_grp()
2270 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp()
2271 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
/linux-6.14.4/net/netfilter/ipvs/
Dip_vs_ctl.c2022 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()