Lines Matching refs:plen
888 if (ort->rt6i_dst.plen != 128 && in rt6_alloc_cow()
895 if (rt->rt6i_src.plen && saddr) { in rt6_alloc_cow()
897 rt->rt6i_src.plen = 128; in rt6_alloc_cow()
1155 if (mtu < dst_mtu(dst) && rt6->rt6i_dst.plen == 128) { in ip6_rt_update_pmtu()
1386 rt->rt6i_dst.plen = 128; in icmp6_dst_alloc()
1589 rt->rt6i_dst.plen = cfg->fc_dst_len; in ip6_route_info_create()
1590 if (rt->rt6i_dst.plen == 128) { in ip6_route_info_create()
1597 rt->rt6i_src.plen = cfg->fc_src_len; in ip6_route_info_create()
1706 rt->rt6i_prefsrc.plen = 128; in ip6_route_info_create()
1708 rt->rt6i_prefsrc.plen = 0; in ip6_route_info_create()
1963 rt->rt6i_dst.plen = 128; in ip6_rt_copy()
2255 rt->rt6i_dst.plen = 128; in addrconf_dst_alloc()
2272 if (rt && rt->rt6i_prefsrc.plen) in ip6_route_get_saddr()
2297 rt->rt6i_prefsrc.plen = 0; in fib6_remove_prefsrc()
2468 int plen = (rtm->rtm_dst_len + 7) >> 3; in rtm_to_fib6_config() local
2470 if (nla_len(tb[RTA_DST]) < plen) in rtm_to_fib6_config()
2473 nla_memcpy(&cfg->fc_dst, tb[RTA_DST], plen); in rtm_to_fib6_config()
2477 int plen = (rtm->rtm_src_len + 7) >> 3; in rtm_to_fib6_config() local
2479 if (nla_len(tb[RTA_SRC]) < plen) in rtm_to_fib6_config()
2482 nla_memcpy(&cfg->fc_src, tb[RTA_SRC], plen); in rtm_to_fib6_config()
2776 rtm->rtm_dst_len = rt->rt6i_dst.plen; in rt6_fill_node()
2777 rtm->rtm_src_len = rt->rt6i_src.plen; in rt6_fill_node()
2864 if (rt->rt6i_prefsrc.plen) { in rt6_fill_node()