Lines Matching refs:plen
37 if (r->dst.plen || r->src.plen || r->tclass) in fib6_rule_matchall()
141 r->src.plen && !(flags & RT6_LOOKUP_F_HAS_SADDR)) { in fib6_rule_saddr()
148 if (!ipv6_prefix_equal(&saddr, &r->src.addr, r->src.plen)) in fib6_rule_saddr()
278 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
299 if (r->dst.plen && in fib6_rule_match()
300 !ipv6_prefix_equal(&fl6->daddr, &r->dst.addr, r->dst.plen)) in fib6_rule_match()
308 if (r->src.plen) { in fib6_rule_match()
311 r->src.plen)) in fib6_rule_match()
365 rule6->src.plen = frh->src_len; in fib6_rule_configure()
366 rule6->dst.plen = frh->dst_len; in fib6_rule_configure()
394 if (frh->src_len && (rule6->src.plen != frh->src_len)) in fib6_rule_compare()
397 if (frh->dst_len && (rule6->dst.plen != frh->dst_len)) in fib6_rule_compare()
419 frh->dst_len = rule6->dst.plen; in fib6_rule_fill()
420 frh->src_len = rule6->src.plen; in fib6_rule_fill()
423 if ((rule6->dst.plen && in fib6_rule_fill()
425 (rule6->src.plen && in fib6_rule_fill()