Searched refs:rule_match_set (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c180 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);
250 rule_match_set(r_match->key, ETH_TYPE, n_proto_key);
251 rule_match_set(r_match->mask, ETH_TYPE, n_proto_mask);
253 rule_match_set(r_match->key, IP_PROTO, match.key->ip_proto);
254 rule_match_set(r_match->mask, IP_PROTO, match.mask->ip_proto);
291 rule_match_set(r_match->key, IP_SRC, match.key->src);
292 rule_match_set(r_matc
[all...]
H A Dprestera_acl.c406 rule_match_set(r_match->key, PCL_ID, pcl_id_key);
407 rule_match_set(r_match->mask, PCL_ID, pcl_id_mask);
H A Dprestera_acl.h25 #define rule_match_set(match_p, type, val) \ macro

Completed in 215 milliseconds