Symbol: table_algo
sys/netpfil/ipfw/ip_fw_table.c
1082
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1554
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1711
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1740
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1844
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1899
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1939
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1965
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
1997
static struct table_algo *
sys/netpfil/ipfw/ip_fw_table.c
2001
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
2052
ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta, size_t size,
sys/netpfil/ipfw/ip_fw_table.c
2056
struct table_algo *ta_new;
sys/netpfil/ipfw/ip_fw_table.c
2059
if (size > sizeof(struct table_algo))
sys/netpfil/ipfw/ip_fw_table.c
2070
ta_new = malloc(sizeof(struct table_algo), M_IPFW, M_WAITOK | M_ZERO);
sys/netpfil/ipfw/ip_fw_table.c
2099
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
2130
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
2610
struct table_algo *ta, char *aname, uint8_t tflags)
sys/netpfil/ipfw/ip_fw_table.c
277
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
320
prepare_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.c
372
flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.c
424
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
549
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
644
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
69
struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table.c
938
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table.c
94
static struct table_algo *find_table_algo(struct tables_config *tableconf,
sys/netpfil/ipfw/ip_fw_table.h
168
int ipfw_add_table_algo(struct ip_fw_chain *ch, struct table_algo *ta,
sys/netpfil/ipfw/ip_fw_table.h
194
struct table_algo *ta, void *astate, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table.h
57
struct table_algo *ta; /* Callbacks for given algo */
sys/netpfil/ipfw/ip_fw_table.h
73
struct table_algo *algo[256];
sys/netpfil/ipfw/ip_fw_table.h
74
struct table_algo *def_algo[IPFW_TABLE_MAXTYPE + 1];
sys/netpfil/ipfw/ip_fw_table_algo.c
1868
struct table_algo addr_hash = {
sys/netpfil/ipfw/ip_fw_table_algo.c
2591
struct table_algo iface_idx = {
sys/netpfil/ipfw/ip_fw_table_algo.c
3020
struct table_algo number_array = {
sys/netpfil/ipfw/ip_fw_table_algo.c
3743
struct table_algo flow_hash = {
sys/netpfil/ipfw/ip_fw_table_algo.c
4006
struct table_algo addr_kfib = {
sys/netpfil/ipfw/ip_fw_table_algo.c
4323
struct table_algo mac_radix = {
sys/netpfil/ipfw/ip_fw_table_algo.c
4350
sz = sizeof(struct table_algo);
sys/netpfil/ipfw/ip_fw_table_algo.c
881
struct table_algo addr_radix = {
sys/netpfil/ipfw/ip_fw_table_value.c
267
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table_value.c
278
struct table_algo *ta;
sys/netpfil/ipfw/ip_fw_table_value.c
304
struct table_algo *ta, void *astate, struct table_info *ti)