Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c114 static int nh_notifier_single_info_init(struct nh_notifier_info *info, in nh_notifier_single_info_init()
129 static void nh_notifier_single_info_fini(struct nh_notifier_info *info) in nh_notifier_single_info_fini()
134 static int nh_notifier_mpath_info_init(struct nh_notifier_info *info, in nh_notifier_mpath_info_init()
162 static int nh_notifier_res_table_info_init(struct nh_notifier_info *info, in nh_notifier_res_table_info_init()
194 static int nh_notifier_grp_info_init(struct nh_notifier_info *info, in nh_notifier_grp_info_init()
206 static void nh_notifier_grp_info_fini(struct nh_notifier_info *info, in nh_notifier_grp_info_fini()
217 static int nh_notifier_info_init(struct nh_notifier_info *info, in nh_notifier_info_init()
228 static void nh_notifier_info_fini(struct nh_notifier_info *info, in nh_notifier_info_fini()
242 struct nh_notifier_info info = { in call_nexthop_notifiers()
267 nh_notifier_res_bucket_idle_timer_get(const struct nh_notifier_info *info, in nh_notifier_res_bucket_idle_timer_get()
[all …]
/linux/include/net/
H A Dnexthop.h235 struct nh_notifier_info { struct
/linux/drivers/net/vxlan/
H A Dvxlan_core.c4902 struct nh_notifier_info *info = ptr; in vxlan_nexthop_event()