Home
last modified time | relevance | path

Searched refs:ipfw_rule_ref (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_ipfw.c230 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()
/freebsd/sys/netinet/
H A Dip_divert.c180 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()
H A Dip_var.h300 struct ipfw_rule_ref { struct
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c138 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()
H A Dip_dn_private.h369 struct ipfw_rule_ref rule; /* matching rule */
H A Dip_fw_private.h105 struct ipfw_rule_ref rule; /* match/restart info */