Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h668 #define RULESIZE(rule) (sizeof(*(rule)) + (rule)->cmd_len * 4 - 4) macro
/f-stack/freebsd/netinet/
H A Dip_fw.h668 #define RULESIZE(rule) (sizeof(*(rule)) + (rule)->cmd_len * 4 - 4) macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c1686 l = roundup2(RULESIZE(rule), sizeof(uint64_t)); in check_ipfw_rule1()
3020 rsize = roundup2(RULESIZE(r), sizeof(uint64_t)); in add_rules()
3886 size = RULESIZE(rule); in ipfw_ctl()