Searched refs:rule_match_set (Results 1 - 3 of 3) sorted by relevance

/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);
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->mask, IP_PROTO, match.mask->ip_proto);
287 rule_match_set(r_match->key, IP_SRC, match.key->src);
288 rule_match_set(r_matc
[all...]
H A Dprestera_acl.h25 #define rule_match_set(match_p, type, val) \ macro
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);

Completed in 98 milliseconds