Searched refs:ipfw_rule_ref (Results 1 – 8 of 8) sorted by relevance
232 struct ipfw_rule_ref *r; in ng_ipfw_rcvdata()251 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_rcvdata()306 struct ipfw_rule_ref *r; in ng_ipfw_input()316 r = (struct ipfw_rule_ref *)(tag + 1); in ng_ipfw_input()
228 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum; in divert_packet()278 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info)); in divert_packet()317 struct ipfw_rule_ref *dt; in div_output()335 sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO); in div_output()342 dt = (struct ipfw_rule_ref *)(mtag+1); in div_output()
269 struct ipfw_rule_ref { struct
139 args.rule = *((struct ipfw_rule_ref *)(tag+1)); in ipfw_check_packet()364 args.rule = *((struct ipfw_rule_ref *)(mtag+1)); in ipfw_check_frame()516 sizeof(struct ipfw_rule_ref), M_NOWAIT); in ipfw_divert()521 *((struct ipfw_rule_ref *)(tag+1)) = args->rule; in ipfw_divert()
377 struct ipfw_rule_ref rule; /* matching rule */
107 struct ipfw_rule_ref rule; /* match/restart info */
5939 struct ipfw_rule_ref *rr = (struct ipfw_rule_ref *)(ipfwtag+1); in pf_test()6158 sizeof(struct ipfw_rule_ref), M_NOWAIT | M_ZERO); in pf_test()6160 ((struct ipfw_rule_ref *)(ipfwtag+1))->info = in pf_test()6162 ((struct ipfw_rule_ref *)(ipfwtag+1))->rulenum = dir; in pf_test()