ipfw3_state
struct ipfw3_state *state);
struct ipfw3_state *state, int *count);
RB_GENERATE(fw3_state_tree, ipfw3_state, entries, ip_fw3_state_cmp);
ip_fw3_state_cmp(struct ipfw3_state *s1, struct ipfw3_state *s2)
struct ipfw3_state *s, *k, key;
struct ipfw3_state *s, *k, key;
struct ipfw3_state *s, *tmp;
struct ipfw3_state *s;
struct ipfw3_state *s, *tmp;
struct ipfw3_state *s, *tmp;
RB_ENTRY(ipfw3_state) entries;
#define LEN_FW3_STATE sizeof(struct ipfw3_state)
int ip_fw3_state_cmp(struct ipfw3_state *s1, struct ipfw3_state *s2);
RB_HEAD(fw3_state_tree, ipfw3_state);
RB_PROTOTYPE(fw3_state_tree, ipfw3_state, entries, ip_fw3_state_cmp);
ip_fw3_sync_send_state(struct ipfw3_state *state, int cpu, int hash)
typedef void ipfw_sync_send_state_t(struct ipfw3_state *, int cpu, int hash);
void ip_fw3_sync_send_state(struct ipfw3_state *state, int cpu, int hash);