Searched refs:ipfw_rule_ref (Results 1 – 6 of 6) sorted by relevance
230 struct ipfw_rule_ref *r; in ng_ipfw_rcvdata()249 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_rcvdata()304 struct ipfw_rule_ref *r; in ng_ipfw_input()314 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_input()
180 cookie = ((struct ipfw_rule_ref *)(mtag+1))->rulenum; in divert_packet()182 (((struct ipfw_rule_ref *)(mtag+1))->info)); in divert_packet()313 struct ipfw_rule_ref *dt; in div_send()350 sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO); in div_send()357 dt = (struct ipfw_rule_ref *)(mtag+1); in div_send()
300 struct ipfw_rule_ref { struct
138 args.rule = *((struct ipfw_rule_ref *)(tag+1)); in ipfw_check_packet()352 args.rule = *((struct ipfw_rule_ref *)(mtag+1)); in ipfw_check_frame_mbuf()557 sizeof(struct ipfw_rule_ref), M_NOWAIT); in ipfw_divert()562 *((struct ipfw_rule_ref *)(tag+1)) = args->rule; in ipfw_divert()
369 struct ipfw_rule_ref rule; /* matching rule */
105 struct ipfw_rule_ref rule; /* match/restart info */