Symbol: table_config
sys/netpfil/ipfw/ip_fw_table.c
106
get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx)
sys/netpfil/ipfw/ip_fw_table.c
1081
struct table_config *tc_a, *tc_b;
sys/netpfil/ipfw/ip_fw_table.c
1173
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1219
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
124
check_table_limit(struct table_config *tc, struct tentry_info *tei)
sys/netpfil/ipfw/ip_fw_table.c
1270
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, i);
sys/netpfil/ipfw/ip_fw_table.c
1304
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1404
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1443
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1553
struct table_config *tc, *tc_new, *tmp;
sys/netpfil/ipfw/ip_fw_table.c
1678
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1708
table_get_count(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
1736
export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
1786
export_table_info(dta->ch, (struct table_config *)no, i);
sys/netpfil/ipfw/ip_fw_table.c
1843
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1898
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1938
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1964
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
1970
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, kidx);
sys/netpfil/ipfw/ip_fw_table.c
215
struct table_config **ptc)
sys/netpfil/ipfw/ip_fw_table.c
218
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2252
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2270
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2274
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, idx);
sys/netpfil/ipfw/ip_fw_table.c
2552
struct table_config **tc)
sys/netpfil/ipfw/ip_fw_table.c
257
tc = (struct table_config *)ipfw_objhash_lookup_kidx(ni, kidx);
sys/netpfil/ipfw/ip_fw_table.c
2579
*tc = (struct table_config *)no;
sys/netpfil/ipfw/ip_fw_table.c
2591
static struct table_config *
sys/netpfil/ipfw/ip_fw_table.c
2594
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2608
static struct table_config *
sys/netpfil/ipfw/ip_fw_table.c
2613
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
2632
tc = malloc(sizeof(struct table_config), M_IPFW, M_WAITOK | M_ZERO);
sys/netpfil/ipfw/ip_fw_table.c
2656
free_table_config(struct namedobj_instance *ni, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2675
link_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
2704
unlink_table(struct ip_fw_chain *ch, struct table_config *tc)
sys/netpfil/ipfw/ip_fw_table.c
273
rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
2748
unlink_table((struct ip_fw_chain *)arg, (struct table_config *)no);
sys/netpfil/ipfw/ip_fw_table.c
2752
free_table_config(ni, (struct table_config *)no);
sys/netpfil/ipfw/ip_fw_table.c
423
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
548
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
641
check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
65
struct table_config **tc);
sys/netpfil/ipfw/ip_fw_table.c
66
static struct table_config *find_table(struct namedobj_instance *ni,
sys/netpfil/ipfw/ip_fw_table.c
68
static struct table_config *alloc_table_config(struct ip_fw_chain *ch,
sys/netpfil/ipfw/ip_fw_table.c
71
struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
74
static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
75
static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
sys/netpfil/ipfw/ip_fw_table.c
77
struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc);
sys/netpfil/ipfw/ip_fw_table.c
82
static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
841
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.c
90
static int check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.c
937
struct table_config *tc;
sys/netpfil/ipfw/ip_fw_table.h
184
struct table_config;
sys/netpfil/ipfw/ip_fw_table.h
187
int ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
189
void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table.h
193
void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
128
get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
303
ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
325
alloc_table_vidx(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
363
ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
sys/netpfil/ipfw/ip_fw_table_value.c
422
ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,