Searched refs:rt0 (Results 1 – 2 of 2) sorted by relevance
| /linux/net/mpls/ |
| H A D | af_mpls.c | 2589 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local 2602 rt0 = mpls_rt_alloc(1, lo->addr_len, 0); in resize_platform_label_table() 2603 if (IS_ERR(rt0)) in resize_platform_label_table() 2606 rt0->rt_nh->nh_dev = lo; in resize_platform_label_table() 2607 netdev_hold(lo, &rt0->rt_nh->nh_dev_tracker, GFP_KERNEL); in resize_platform_label_table() 2608 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table() 2609 rt0->rt_payload_type = MPT_IPV4; in resize_platform_label_table() 2610 rt0->rt_ttl_propagate = MPLS_TTL_PROP_DEFAULT; in resize_platform_label_table() 2611 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table() 2612 rt0->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table() [all …]
|
| /linux/net/ipv6/ |
| H A D | route.c | 910 struct fib6_info *rt0; in rt6_select() local 920 rt0 = rcu_dereference(fn->rr_ptr); in rt6_select() 921 if (!rt0) in rt6_select() 922 rt0 = leaf; in rt6_select() 929 key_plen = rt0->fib6_dst.plen; in rt6_select() 931 if (rt0->fib6_src.plen) in rt6_select() 932 key_plen = rt0->fib6_src.plen; in rt6_select() 937 find_rr_leaf(fn, leaf, rt0, oif, strict, &do_rr, res); in rt6_select() 939 struct fib6_info *next = rcu_dereference(rt0->fib6_next); in rt6_select() 942 if (!next || next->fib6_metric != rt0->fib6_metric) in rt6_select() [all …]
|