Lines Matching refs:rt0
2530 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
2542 rt0 = mpls_rt_alloc(1, lo->addr_len, 0); in resize_platform_label_table()
2543 if (IS_ERR(rt0)) in resize_platform_label_table()
2545 RCU_INIT_POINTER(rt0->rt_nh->nh_dev, lo); in resize_platform_label_table()
2546 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
2547 rt0->rt_payload_type = MPT_IPV4; in resize_platform_label_table()
2548 rt0->rt_ttl_propagate = MPLS_TTL_PROP_DEFAULT; in resize_platform_label_table()
2549 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2550 rt0->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
2551 memcpy(__mpls_nh_via(rt0, rt0->rt_nh), lo->dev_addr, in resize_platform_label_table()
2594 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
2595 rt0 = NULL; in resize_platform_label_table()
2605 mpls_rt_free(rt0); in resize_platform_label_table()
2614 mpls_rt_free(rt0); in resize_platform_label_table()