Lines Matching refs:rt0
1397 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
1412 rt0 = mpls_rt_alloc(1, lo->addr_len); in resize_platform_label_table()
1413 if (!rt0) in resize_platform_label_table()
1415 RCU_INIT_POINTER(rt0->rt_nh->nh_dev, lo); in resize_platform_label_table()
1416 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
1417 rt0->rt_payload_type = MPT_IPV4; in resize_platform_label_table()
1418 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
1419 rt0->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
1420 memcpy(__mpls_nh_via(rt0, rt0->rt_nh), lo->dev_addr, in resize_platform_label_table()
1462 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
1463 rt0 = NULL; in resize_platform_label_table()
1473 mpls_rt_free(rt0); in resize_platform_label_table()
1482 mpls_rt_free(rt0); in resize_platform_label_table()