Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dnexthop.c325 static int __call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in __call_nexthop_res_bucket_notifiers() argument
334 .id = nhg_id, in __call_nexthop_res_bucket_notifiers()
377 static int call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, in call_nexthop_res_bucket_notifiers() argument
386 return __call_nexthop_res_bucket_notifiers(net, nhg_id, bucket_index, in call_nexthop_res_bucket_notifiers()
546 nexthop_res_table_alloc(struct net *net, u32 nhg_id, struct nh_config *cfg) in nexthop_res_table_alloc() argument
558 res_table->nhg_id = nhg_id; in nexthop_res_table_alloc()
1526 res_table->nhg_id, in nh_res_bucket_migrate()
2043 u32 nhg_id = res_table->nhg_id; in replace_nexthop_single_notify_res() local
2053 err = __call_nexthop_res_bucket_notifiers(net, nhg_id, in replace_nexthop_single_notify_res()
2071 __call_nexthop_res_bucket_notifiers(net, nhg_id, i, in replace_nexthop_single_notify_res()
/linux-5.19.10/include/net/
Dnexthop.h82 u32 nhg_id; member