Lines Matching refs:plen
104 r->src.plen && !(flags & RT6_LOOKUP_F_HAS_SADDR)) { in fib6_rule_action()
114 r->src.plen)) in fib6_rule_action()
145 if (rt->rt6i_dst.plen <= rule->suppress_prefixlen) in fib6_rule_suppress()
166 if (r->dst.plen && in fib6_rule_match()
167 !ipv6_prefix_equal(&fl6->daddr, &r->dst.addr, r->dst.plen)) in fib6_rule_match()
175 if (r->src.plen) { in fib6_rule_match()
178 r->src.plen)) in fib6_rule_match()
218 rule6->src.plen = frh->src_len; in fib6_rule_configure()
219 rule6->dst.plen = frh->dst_len; in fib6_rule_configure()
232 if (frh->src_len && (rule6->src.plen != frh->src_len)) in fib6_rule_compare()
235 if (frh->dst_len && (rule6->dst.plen != frh->dst_len)) in fib6_rule_compare()
257 frh->dst_len = rule6->dst.plen; in fib6_rule_fill()
258 frh->src_len = rule6->src.plen; in fib6_rule_fill()
261 if ((rule6->dst.plen && in fib6_rule_fill()
263 (rule6->src.plen && in fib6_rule_fill()