Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Daf_mpls.c509 static struct mpls_route *mpls_rt_alloc(u8 num_nh, u8 max_alen, u8 max_labels) in mpls_rt_alloc() argument
515 size = sizeof(*rt) + num_nh * nh_size; in mpls_rt_alloc()
523 rt->rt_nhn = num_nh; in mpls_rt_alloc()
524 rt->rt_nhn_alive = num_nh; in mpls_rt_alloc()