Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c296 struct nh_info *newi) in nh_notifier_res_bucket_info_init()
316 __nh_notifier_single_info_init(&info->nh_res_bucket->new_nh, newi); in nh_notifier_res_bucket_info_init()
328 struct nh_info *newi, in __call_nexthop_res_bucket_notifiers()
342 oldi, newi); in __call_nexthop_res_bucket_notifiers()
384 struct nh_info *newi = nh_res_dereference(new_nh->nh_info); in call_nexthop_res_bucket_notifiers() local
387 force, oldi, newi, extack); in call_nexthop_res_bucket_notifiers()
2063 struct nh_info *newi, in replace_nexthop_single_notify_res()
2078 oldi, newi, in replace_nexthop_single_notify_res()
2095 true, newi, oldi, in replace_nexthop_single_notify_res()
2105 struct nh_info *newi, in replace_nexthop_single_notify()
293 nh_notifier_res_bucket_info_init(struct nh_notifier_info *info, u16 bucket_index, bool force, struct nh_info *oldi, struct nh_info *newi) nh_notifier_res_bucket_info_init() argument
325 __call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, u16 bucket_index, bool force, struct nh_info *oldi, struct nh_info *newi, struct netlink_ext_ack *extack) __call_nexthop_res_bucket_notifiers() argument
2059 replace_nexthop_single_notify_res(struct net *net, struct nh_res_table *res_table, struct nexthop *old, struct nh_info *oldi, struct nh_info *newi, struct netlink_ext_ack *extack) replace_nexthop_single_notify_res() argument
2101 replace_nexthop_single_notify(struct net *net, struct nexthop *group_nh, struct nexthop *old, struct nh_info *oldi, struct nh_info *newi, struct netlink_ext_ack *extack) replace_nexthop_single_notify() argument
2129 struct nh_info *oldi, *newi; replace_nexthop_single() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c1010 struct nh_info *oldi, *newi; in replace_nexthop_single() local
1018 newi = rtnl_dereference(new->nh_info); in replace_nexthop_single()
1020 newi->nh_parent = old; in replace_nexthop_single()
1026 rcu_assign_pointer(old->nh_info, newi); in replace_nexthop_single()
1032 if (oldi->family == AF_INET && newi->family == AF_INET6) { in replace_nexthop_single()

Completed in 7 milliseconds