Searched defs:ip_fw (Results 1 – 2 of 2) sorted by relevance
323 struct ip_fw { struct324 struct ip_fw *next; /* linked list of rules */ argument325 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument338 struct ip_fw *sibling; /* clone on next cpu */ argument340 struct ip_fw **cross_rules; /* cross referenced rules */ argument357 #define RULESIZE(rule) (sizeof(struct ip_fw) + (rule)->cmd_len * 4 - 4) argument
260 struct ip_fw { struct261 struct ip_fw *next; /* linked list of rules */ argument262 struct ip_fw *next_rule; /* ptr to next [skipto] rule */ argument274 struct ip_fw *sibling; /* pointer to the rule in next CPU */ argument278 #define LEN_FW3 sizeof(struct ip_fw) argument