Lines Matching refs:rt2
1397 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
1425 rt2 = mpls_rt_alloc(1, lo->addr_len); in resize_platform_label_table()
1426 if (!rt2) in resize_platform_label_table()
1428 RCU_INIT_POINTER(rt2->rt_nh->nh_dev, lo); in resize_platform_label_table()
1429 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
1430 rt2->rt_payload_type = MPT_IPV6; in resize_platform_label_table()
1431 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
1432 rt2->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
1433 memcpy(__mpls_nh_via(rt2, rt2->rt_nh), lo->dev_addr, in resize_platform_label_table()
1456 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
1457 rt2 = NULL; in resize_platform_label_table()
1472 mpls_rt_free(rt2); in resize_platform_label_table()