Home
last modified time | relevance | path

Searched refs:RULEUSIZE1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_compat.c311 rsize = RULEUSIZE1(r); in parse_rules_v0()
H A Dip_fw_private.h512 #define RULEUSIZE1(r) (roundup2(sizeof(struct ip_fw_rule) + \ macro
H A Dip_fw_sockopt.c1800 l = RULEUSIZE1(krule) + sizeof(ipfw_obj_tlv); in dump_static_rules()
1925 da.rsize += RULEUSIZE1(rule) + sizeof(ipfw_obj_tlv); in dump_config()
2413 rsize = RULEUSIZE1(r); in parse_rules_v1()