Searched refs:nhg_id (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ |
| H A D | nexthop.c | 337 static int __call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in __call_nexthop_res_bucket_notifiers() argument 346 .id = nhg_id, in __call_nexthop_res_bucket_notifiers() 389 static int call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in call_nexthop_res_bucket_notifiers() argument 398 return __call_nexthop_res_bucket_notifiers(net, nhg_id, bucket_index, in call_nexthop_res_bucket_notifiers() 561 nexthop_res_table_alloc(struct net *net, u32 nhg_id, struct nh_config *cfg) in nexthop_res_table_alloc() argument 573 res_table->nhg_id = nhg_id; in nexthop_res_table_alloc() 1811 res_table->nhg_id, in nh_res_bucket_migrate() 2359 u32 nhg_id = res_table->nhg_id; in replace_nexthop_single_notify_res() 2356 u32 nhg_id = res_table->nhg_id; replace_nexthop_single_notify_res() local [all...] |
| /linux/include/net/ |
| H A D | nexthop.h | 84 u32 nhg_id; member
|