Searched refs:nhg_id (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | nexthop.c | 339 static int __call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in __call_nexthop_res_bucket_notifiers() argument 348 .id = nhg_id, in __call_nexthop_res_bucket_notifiers() 391 static int call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in call_nexthop_res_bucket_notifiers() argument 400 return __call_nexthop_res_bucket_notifiers(net, nhg_id, bucket_index, in call_nexthop_res_bucket_notifiers() 563 nexthop_res_table_alloc(struct net *net, u32 nhg_id, struct nh_config *cfg) in nexthop_res_table_alloc() argument 575 res_table->nhg_id = nhg_id; in nexthop_res_table_alloc() 1799 res_table->nhg_id, in nh_res_bucket_migrate() 2330 u32 nhg_id = res_table->nhg_id; in replace_nexthop_single_notify_res() local [all...] |
/linux/include/net/ |
H A D | nexthop.h | 84 u32 nhg_id; member
|