Lines Matching refs:rule_match_set

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);
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_match->mask, IP_SRC, match.mask->src);
294 rule_match_set(r_match->key, IP_DST, match.key->dst);
295 rule_match_set(r_match->mask, IP_DST, match.mask->dst);
310 rule_match_set(r_match->key, L4_PORT_SRC, match.key->src);
311 rule_match_set(r_match->mask, L4_PORT_SRC, match.mask->src);
313 rule_match_set(r_match->key, L4_PORT_DST, match.key->dst);
314 rule_match_set(r_match->mask, L4_PORT_DST, match.mask->dst);
328 rule_match_set(r_match->key, L4_PORT_RANGE_SRC, tp_key);
329 rule_match_set(r_match->mask, L4_PORT_RANGE_SRC, tp_mask);
336 rule_match_set(r_match->key, L4_PORT_RANGE_DST, tp_key);
337 rule_match_set(r_match->mask, L4_PORT_RANGE_DST, tp_mask);
349 rule_match_set(r_match->key, VLAN_ID, key);
350 rule_match_set(r_match->mask, VLAN_ID, mask);
353 rule_match_set(r_match->key, VLAN_TPID, match.key->vlan_tpid);
354 rule_match_set(r_match->mask, VLAN_TPID, match.mask->vlan_tpid);
362 rule_match_set(r_match->key, ICMP_TYPE, match.key->type);
363 rule_match_set(r_match->mask, ICMP_TYPE, match.mask->type);
365 rule_match_set(r_match->key, ICMP_CODE, match.key->code);
366 rule_match_set(r_match->mask, ICMP_CODE, match.mask->code);