Searched refs:r_match (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c144 struct prestera_acl_match *r_match = &rule->re_key.match; local
180 rule_match_set(r_match->key, SYS_PORT, key);
181 rule_match_set(r_match->mask, SYS_PORT, mask);
185 rule_match_set(r_match->key, SYS_DEV, key);
186 rule_match_set(r_match->mask, SYS_DEV, mask);
197 struct prestera_acl_match *r_match = &rule->re_key.match; local
246 rule_match_set(r_match->key, ETH_TYPE, n_proto_key);
247 rule_match_set(r_match->mask, ETH_TYPE, n_proto_mask);
249 rule_match_set(r_match->key, IP_PROTO, match.key->ip_proto);
250 rule_match_set(r_match
[all...]
H A Dprestera_acl.c402 struct prestera_acl_match *r_match = &rule->re_key.match; local
406 rule_match_set(r_match->key, PCL_ID, pcl_id_key);
407 rule_match_set(r_match->mask, PCL_ID, pcl_id_mask);

Completed in 186 milliseconds