Lines Matching refs:plen
93 r->src.plen && !(flags & RT6_LOOKUP_F_HAS_SADDR)) { in fib6_rule_action()
103 r->src.plen)) in fib6_rule_action()
134 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
155 if (r->dst.plen && in fib6_rule_match()
156 !ipv6_prefix_equal(&fl6->daddr, &r->dst.addr, r->dst.plen)) in fib6_rule_match()
164 if (r->src.plen) { in fib6_rule_match()
167 r->src.plen)) in fib6_rule_match()
207 rule6->src.plen = frh->src_len; in fib6_rule_configure()
208 rule6->dst.plen = frh->dst_len; in fib6_rule_configure()
221 if (frh->src_len && (rule6->src.plen != frh->src_len)) in fib6_rule_compare()
224 if (frh->dst_len && (rule6->dst.plen != frh->dst_len)) in fib6_rule_compare()
246 frh->dst_len = rule6->dst.plen; in fib6_rule_fill()
247 frh->src_len = rule6->src.plen; in fib6_rule_fill()
250 if ((rule6->dst.plen && in fib6_rule_fill()
252 (rule6->src.plen && in fib6_rule_fill()