Home
last modified time | relevance | path

Searched refs:RULEUSIZE0 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_private.h531 #define RULEUSIZE0(r) (sizeof(struct ip_fw_rule0) + (r)->cmd_len * 4 - 4) macro
H A Dip_fw_sockopt.c784 chain->static_len += RULEUSIZE0(krule); in commit_rules()
809 chain->static_len += RULEUSIZE0(rule); in ipfw_add_protected_rule()
1077 chain->static_len -= RULEUSIZE0(rule); in delete_range()
2179 l = RULEUSIZE0(rule); in ipfw_getrules()