Symbol: ipfw_state
sys/net/ipfw/ip_fw2.c
1006
ipfw_state_cmp(struct ipfw_state *s1, struct ipfw_state *s2)
sys/net/ipfw/ip_fw2.c
1088
static __inline struct ipfw_state *
sys/net/ipfw/ip_fw2.c
1089
ipfw_state_link(struct ipfw_context *ctx, struct ipfw_state *s)
sys/net/ipfw/ip_fw2.c
1091
struct ipfw_state *dup;
sys/net/ipfw/ip_fw2.c
1104
ipfw_state_unlink(struct ipfw_context *ctx, struct ipfw_state *s)
sys/net/ipfw/ip_fw2.c
1603
struct ipfw_state *s, *ns;
sys/net/ipfw/ip_fw2.c
1691
ipfw_state_del(struct ipfw_context *ctx, struct ipfw_state *s)
sys/net/ipfw/ip_fw2.c
1783
ipfw_state_remove(struct ipfw_context *ctx, struct ipfw_state *s)
sys/net/ipfw/ip_fw2.c
1798
struct ipfw_state *s, *anchor;
sys/net/ipfw/ip_fw2.c
1857
struct ipfw_state *s, *sn;
sys/net/ipfw/ip_fw2.c
1892
ipfw_state_expire_loop(struct ipfw_context *ctx, struct ipfw_state *anchor,
sys/net/ipfw/ip_fw2.c
1895
struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
1939
struct ipfw_state *anchor;
sys/net/ipfw/ip_fw2.c
1961
struct ipfw_state *anchor;
sys/net/ipfw/ip_fw2.c
2022
ipfw_state_update_tcp(struct ipfw_state *s, int dir, const struct tcphdr *tcp)
sys/net/ipfw/ip_fw2.c
2086
const struct tcphdr *tcp, struct ipfw_state *s)
sys/net/ipfw/ip_fw2.c
2140
static struct ipfw_state *
sys/net/ipfw/ip_fw2.c
2144
struct ipfw_state *key, *s;
sys/net/ipfw/ip_fw2.c
2187
static struct ipfw_state *
sys/net/ipfw/ip_fw2.c
2191
struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
2197
sz = sizeof(struct ipfw_state);
sys/net/ipfw/ip_fw2.c
2228
static struct ipfw_state *
sys/net/ipfw/ip_fw2.c
2233
struct ipfw_state *s, *dup;
sys/net/ipfw/ip_fw2.c
2334
struct ipfw_state *s, *sn;
sys/net/ipfw/ip_fw2.c
2744
static struct ipfw_state *
sys/net/ipfw/ip_fw2.c
2748
struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
3443
struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
4039
struct ipfw_state *dup;
sys/net/ipfw/ip_fw2.c
428
struct ipfw_state;
sys/net/ipfw/ip_fw2.c
435
LIST_HEAD(, ipfw_state) t_state_list;
sys/net/ipfw/ip_fw2.c
454
RB_ENTRY(ipfw_state) st_rblink;
sys/net/ipfw/ip_fw2.c
481
LIST_ENTRY(ipfw_state) st_trklink;
sys/net/ipfw/ip_fw2.c
482
TAILQ_ENTRY(ipfw_state) st_link;
sys/net/ipfw/ip_fw2.c
505
TAILQ_HEAD(ipfw_state_list, ipfw_state);
sys/net/ipfw/ip_fw2.c
506
RB_HEAD(ipfw_state_tree, ipfw_state);
sys/net/ipfw/ip_fw2.c
509
struct ipfw_state xlat_st; /* MUST be the first field */
sys/net/ipfw/ip_fw2.c
560
struct ipfw_state state;
sys/net/ipfw/ip_fw2.c
5666
ipfw_state_copy(const struct ipfw_state *s, struct ipfw_ioc_state *ioc_state)
sys/net/ipfw/ip_fw2.c
5711
const struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
573
struct ipfw_state ipfw_stateexp_anch;
sys/net/ipfw/ip_fw2.c
584
struct ipfw_state ipfw_keepalive_anch;
sys/net/ipfw/ip_fw2.c
6683
ipfw_keepalive_loop(struct ipfw_context *ctx, struct ipfw_state *anchor)
sys/net/ipfw/ip_fw2.c
6685
struct ipfw_state *s;
sys/net/ipfw/ip_fw2.c
6773
struct ipfw_state *anchor;
sys/net/ipfw/ip_fw2.c
6799
struct ipfw_state *anchor;
sys/net/ipfw/ip_fw2.c
882
static int ipfw_state_cmp(struct ipfw_state *,
sys/net/ipfw/ip_fw2.c
883
struct ipfw_state *);
sys/net/ipfw/ip_fw2.c
889
RB_PROTOTYPE(ipfw_state_tree, ipfw_state, st_rblink, ipfw_state_cmp);
sys/net/ipfw/ip_fw2.c
890
RB_GENERATE(ipfw_state_tree, ipfw_state, st_rblink, ipfw_state_cmp);
sys/net/ipfw/ip_fw2.c
906
struct ipfw_state *);