Home
last modified time | relevance | path

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

/net/ipv4/
Dnexthop.c63 struct nh_group *nhg; in nexthop_free_mpath() local
66 nhg = rcu_dereference_raw(nh->nh_grp); in nexthop_free_mpath()
67 for (i = 0; i < nhg->num_nh; ++i) in nexthop_free_mpath()
68 WARN_ON(nhg->nh_entries[i].nh); in nexthop_free_mpath()
70 kfree(nhg); in nexthop_free_mpath()
120 struct nh_group *nhg; in nexthop_grp_alloc() local
122 nhg = kzalloc(sz, GFP_KERNEL); in nexthop_grp_alloc()
123 if (nhg) in nexthop_grp_alloc()
124 nhg->num_nh = num_nh; in nexthop_grp_alloc()
126 return nhg; in nexthop_grp_alloc()
[all …]