Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h130 u16 num_nh; member
200 u16 num_nh; global() member
226 u16 num_nh; global() member
[all...]
/linux/net/ipv4/
H A Dnexthop.c136 u16 num_nh = nhg->num_nh; in nh_notifier_mpath_info_init() local
548 nexthop_grp_alloc(u16 num_nh) nexthop_grp_alloc() argument
2101 int i, num_nh = nhg->num_nh; remove_nexthop_group() local
2689 u16 num_nh = nla_len(grps_attr) / sizeof(*entry); nexthop_create_group() local
[all...]
/linux/net/mpls/
H A Daf_mpls.c511 static struct mpls_route *mpls_rt_alloc(u8 num_nh, u8 max_alen, u8 max_labels) in mpls_rt_alloc()