Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dnexthop.c149 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nh_notifier_mpath_info_init()
181 struct nh_grp_entry *nhge; in nh_notifier_res_table_info_init()
487 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nexthop_free_group()
672 static void nh_grp_entry_stats_inc(struct nh_grp_entry *nhge) in nh_grp_entry_stats_inc()
683 static void nh_grp_entry_stats_read(struct nh_grp_entry *nhge, in nh_grp_entry_stats_read()
723 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nh_notifier_grp_hw_stats_init()
755 struct nh_grp_entry *nhge = &nhg->nh_entries[i]; in nh_grp_hw_stats_apply_update()
793 struct nh_grp_entry *nhge, in nla_put_nh_group_stats_entry()
1160 struct nh_grp_entry *nhge = nh_res_dereference(bucket->nh_entry); in nh_fill_res_bucket()
1205 struct nh_grp_entry *nhge = nh_res_dereference(bucket->nh_entry); in nexthop_bucket_notify()
[all …]
/linux/include/net/
H A Dnexthop.h75 struct nh_grp_entry __rcu *nh_entry;
105 struct nh_grp_entry { struct
139 struct nh_grp_entry nh_entries[] __counted_by(num_nh); argument