Lines Matching refs:ipfw_flow_id
194 static struct ipfw_flow_id *
195 flow_id_mask(struct ipfw_flow_id *mask, struct ipfw_flow_id *id) in flow_id_mask()
215 static struct ipfw_flow_id *
216 flow_id_or(struct ipfw_flow_id *src, struct ipfw_flow_id *dst) in flow_id_or()
242 nonzero_mask(struct ipfw_flow_id *m) in nonzero_mask()
264 flow_id_hash(struct ipfw_flow_id *id) in flow_id_hash()
293 flow_id_cmp(struct ipfw_flow_id *id1, struct ipfw_flow_id *id2) in flow_id_cmp()
327 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in q_hash()
329 (struct ipfw_flow_id *)key; in q_hash()
338 struct ipfw_flow_id *id2; in q_match()
344 id2 = (struct ipfw_flow_id *)key; in q_match()
367 q->ni.fid = *(struct ipfw_flow_id *)key; in q_new()
457 struct ipfw_flow_id *id) in ipdn_q_find()
465 struct ipfw_flow_id masked_id; in ipdn_q_find()
493 struct ipfw_flow_id *id = (flags & DNHT_KEY_IS_OBJ) ? in si_hash()
495 (struct ipfw_flow_id *)key; in si_hash()
504 struct ipfw_flow_id *id2; in si_match()
508 (struct ipfw_flow_id *)key; in si_match()
542 si->ni.fid = *(struct ipfw_flow_id *)key; in si_new()
611 ipdn_si_find(struct dn_schk *s, struct ipfw_flow_id *id) in ipdn_si_find()
615 struct ipfw_flow_id id_t = *id; in ipdn_si_find()
1736 struct ipfw_flow_id new_mask; in config_sched()