Home
last modified time | relevance | path

Searched defs:ip_fw (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.h323 struct ip_fw { struct
324 struct ip_fw *next; /* linked list of rules */ argument
325 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
338 struct ip_fw *sibling; /* clone on next cpu */ argument
340 struct ip_fw **cross_rules; /* cross referenced rules */ argument
357 #define RULESIZE(rule) (sizeof(struct ip_fw) + (rule)->cmd_len * 4 - 4) argument
/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.h260 struct ip_fw { struct
261 struct ip_fw *next; /* linked list of rules */ argument
262 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument
274 struct ip_fw *sibling; /* pointer to the rule in next CPU */ argument
278 #define LEN_FW3 sizeof(struct ip_fw) argument