Lines Matching refs:rt0
936 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
951 rt0 = mpls_rt_alloc(lo->addr_len); in resize_platform_label_table()
952 if (!rt0) in resize_platform_label_table()
954 RCU_INIT_POINTER(rt0->rt_dev, lo); in resize_platform_label_table()
955 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
956 rt0->rt_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
957 memcpy(rt0->rt_via, lo->dev_addr, lo->addr_len); in resize_platform_label_table()
995 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
996 rt0 = NULL; in resize_platform_label_table()
1006 mpls_rt_free(rt0); in resize_platform_label_table()
1015 mpls_rt_free(rt0); in resize_platform_label_table()