Home
last modified time | relevance | path

Searched refs:newg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c1717 struct nh_group *newg) in replace_nexthop_grp_res()
1721 * specified. For NH removal, oldg and newg both reference the same in replace_nexthop_grp_res()
1730 nh_res_table_migrate_buckets(old_res_table, newg); in replace_nexthop_grp_res()
1731 nh_res_group_rebalance(newg, old_res_table); in replace_nexthop_grp_res()
1763 struct nh_group *nhg, *newg; in remove_nh_grp_entry() local
1769 newg = nhg->spare; in remove_nh_grp_entry()
1777 newg->has_v4 = false; in remove_nh_grp_entry()
1778 newg->is_multipath = nhg->is_multipath; in remove_nh_grp_entry()
1779 newg->hash_threshold = nhg->hash_threshold; in remove_nh_grp_entry()
1780 newg in remove_nh_grp_entry()
1716 replace_nexthop_grp_res(struct nh_group *oldg, struct nh_group *newg) replace_nexthop_grp_res() argument
1962 struct nh_group *oldg, *newg; replace_nexthop_grp() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c787 struct nh_group *nhg, *newg; in remove_nh_grp_entry() local
793 newg = nhg->spare; in remove_nh_grp_entry()
801 newg->has_v4 = false; in remove_nh_grp_entry()
802 newg->mpath = nhg->mpath; in remove_nh_grp_entry()
803 newg->fdb_nh = nhg->fdb_nh; in remove_nh_grp_entry()
804 newg->num_nh = nhg->num_nh; in remove_nh_grp_entry()
808 new_nhges = newg->nh_entries; in remove_nh_grp_entry()
814 newg->num_nh--; in remove_nh_grp_entry()
820 newg->has_v4 = true; in remove_nh_grp_entry()
830 nh_group_rebalance(newg); in remove_nh_grp_entry()
964 struct nh_group *oldg, *newg; replace_nexthop_grp() local
[all...]

Completed in 6 milliseconds