Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dnexthop.c185 nhge = rtnl_dereference(bucket->nh_entry); in nh_notifier_res_table_info_init()
1148 struct nh_grp_entry *nhge = nh_res_dereference(bucket->nh_entry); in nh_fill_res_bucket()
1476 nhge = rcu_dereference(bucket->nh_entry); in nexthop_select_path_res()
1700 nhge = nh_res_dereference(bucket->nh_entry); in nh_res_bucket_unset_nh()
1712 rcu_assign_pointer(bucket->nh_entry, nhge); in nh_res_bucket_set_nh()
1732 nhge = nh_res_dereference(bucket->nh_entry); in nh_res_bucket_should_migrate()
1797 old_nhge = nh_res_dereference(bucket->nh_entry); in nh_res_bucket_migrate()
1948 u32 id = rtnl_dereference(bucket->nh_entry)->nh->id; in nh_res_table_migrate_buckets()
2327 nhge = rtnl_dereference(bucket->nh_entry); in replace_nexthop_single_notify_res()
2345 nhge = rtnl_dereference(bucket->nh_entry); in replace_nexthop_single_notify_res()
[all …]
/linux-6.15/include/net/
H A Dnexthop.h75 struct nh_grp_entry __rcu *nh_entry; member