Home
last modified time | relevance | path

Searched defs:num_nh (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/net/
Dnexthop.h121 u16 num_nh; member
188 u16 num_nh; member
/linux-5.19.10/net/ipv4/
Dnexthop.c123 u16 num_nh = nhg->num_nh; in nh_notifier_mpath_info_init() local
532 static struct nh_group *nexthop_grp_alloc(u16 num_nh) in nexthop_grp_alloc()
1825 int i, num_nh = nhg->num_nh; in remove_nexthop_group() local
2413 u16 num_nh = nla_len(grps_attr) / sizeof(*entry); in nexthop_create_group() local
/linux-5.19.10/net/mpls/
Daf_mpls.c510 static struct mpls_route *mpls_rt_alloc(u8 num_nh, u8 max_alen, u8 max_labels) in mpls_rt_alloc()