Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c102 struct netmsg_ipfw { struct
103 struct netmsg_base base;
104 const struct ipfw_ioc_rule *ioc_rule;
105 struct ip_fw *rule;
106 struct ip_fw *next_rule;
107 struct ip_fw *prev_rule;
108 struct ip_fw *sibling; /* sibling in prevous CPU */
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c286 struct netmsg_ipfw { struct
287 struct netmsg_base base;
288 const struct ipfw_ioc_rule *ioc_rule;
289 struct ip_fw *next_rule;
290 struct ip_fw *prev_rule;
291 struct ip_fw *sibling;
292 uint32_t rule_flags;
293 struct ip_fw **cross_rules;