Lines Matching refs:rt2
1540 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
1568 rt2 = mpls_rt_alloc(1, lo->addr_len); in resize_platform_label_table()
1569 if (!rt2) in resize_platform_label_table()
1571 RCU_INIT_POINTER(rt2->rt_nh->nh_dev, lo); in resize_platform_label_table()
1572 rt2->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
1573 rt2->rt_payload_type = MPT_IPV6; in resize_platform_label_table()
1574 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
1575 rt2->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
1576 memcpy(__mpls_nh_via(rt2, rt2->rt_nh), lo->dev_addr, in resize_platform_label_table()
1599 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
1600 rt2 = NULL; in resize_platform_label_table()
1615 mpls_rt_free(rt2); in resize_platform_label_table()