Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_private.h543 #define RULEKSIZE1(r) roundup2((sizeof(struct ip_fw) + (r)->cmd_len*4 - 4), 8) macro
H A Dip_fw_sockopt.c3082 clen = RULEKSIZE1((struct ip_fw_rule *)ci->urule); in add_rules()