Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c108 nh_info->id = nhi->nh_parent->id; in __nh_notifier_single_info_init()
1213 struct nexthop *nh = nhge->nh_parent; in nexthop_bucket_notify()
2038 struct nexthop *nhp = nhge->nh_parent; in remove_nh_grp_entry()
2078 new_nhges[j].nh_parent = nhges[i].nh_parent; in remove_nh_grp_entry()
2346 newg->nh_entries[i].nh_parent = old; in replace_nexthop_grp()
2359 oldg->nh_entries[i].nh_parent = new; in replace_nexthop_grp()
2481 newi->nh_parent = old; in replace_nexthop_single()
2482 oldi->nh_parent = new; in replace_nexthop_single()
2495 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
2508 struct nexthop *nhp = nhge->nh_parent; in replace_nexthop_single()
[all …]
H A Dfib_semantics.c1462 nexthop_nh->nh_parent = fi; in fib_create_info()
1955 struct fib_info *fi = nh->nh_parent; in fib_sync_down_dev()
2114 struct fib_info *fi = nh->nh_parent; in fib_sync_up()
/linux/include/net/
H A Dnexthop.h62 struct nexthop *nh_parent; member
126 struct nexthop *nh_parent; /* nexthop of group with this entry */ member
H A Dip_fib.h110 struct fib_info *nh_parent; member