Symbol: table_info
sys/netpfil/ipfw/ip_fw_private.h
775
typedef int (table_lookup_t)(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table.c
101
#define KIDX_TO_TI(ch, k) (&(((struct table_info *)(ch)->tablestate)[k]))
sys/netpfil/ipfw/ip_fw_table.c
1083
struct table_info ti, *tablestate;
sys/netpfil/ipfw/ip_fw_table.c
1128
tablestate = (struct table_info *)ch->tablestate;
sys/netpfil/ipfw/ip_fw_table.c
1218
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
1231
tablestate = malloc(ntables * sizeof(struct table_info),
sys/netpfil/ipfw/ip_fw_table.c
1251
memcpy(tablestate, ch->tablestate, sizeof(struct table_info) * tbl);
sys/netpfil/ipfw/ip_fw_table.c
1266
ti = (struct table_info *)ch->tablestate;
sys/netpfil/ipfw/ip_fw_table.c
1347
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
1677
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
1710
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
1739
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
2678
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
2707
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table.c
2719
memset(ti, 0, sizeof(struct table_info));
sys/netpfil/ipfw/ip_fw_table.c
274
struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m,
sys/netpfil/ipfw/ip_fw_table.c
2792
ch->tablestate = malloc(V_fw_tables_max * sizeof(struct table_info),
sys/netpfil/ipfw/ip_fw_table.c
642
struct table_info *ti, uint32_t count)
sys/netpfil/ipfw/ip_fw_table.c
842
struct table_info *kti;
sys/netpfil/ipfw/ip_fw_table.c
91
struct table_info *ti, uint32_t count);
sys/netpfil/ipfw/ip_fw_table.c
939
struct table_info ti_old, ti_new, *tablestate;
sys/netpfil/ipfw/ip_fw_table.c
976
memset(&ti_new, 0, sizeof(struct table_info));
sys/netpfil/ipfw/ip_fw_table.c
990
tablestate = (struct table_info *)ch->tablestate;
sys/netpfil/ipfw/ip_fw_table.h
100
typedef void (ta_destroy)(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table.h
105
typedef int (ta_add)(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
107
typedef int (ta_del)(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
112
typedef int (ta_need_modify)(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
115
typedef int (ta_fill_mod)(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
117
typedef void (ta_modify)(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
121
typedef void (ta_change_ti)(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table.h
122
typedef void (ta_print_config)(void *ta_state, struct table_info *ti, char *buf,
sys/netpfil/ipfw/ip_fw_table.h
126
typedef void ta_foreach(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table.h
128
typedef int ta_dump_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table.h
130
typedef int ta_find_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
132
typedef void ta_dump_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table.h
134
typedef uint32_t ta_get_count(void *ta_state, struct table_info *ti);
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
99
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
1001
static void ta_modify_chash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
1061
ta_lookup_chash_slow(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
1106
ta_lookup_chash_aligned(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
1155
ta_lookup_chash_64(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
1247
ta_print_chash_config(void *ta_state, struct table_info *ti, char *buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
1279
ta_init_chash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1333
ta_destroy_chash(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
1356
ta_dump_chash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
1374
ta_dump_chash_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
1462
ta_find_chash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1518
ta_foreach_chash(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
1559
ta_add_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1645
ta_del_chash(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1713
ta_need_modify_chash(void *ta_state, struct table_info *ti, uint32_t count,
sys/netpfil/ipfw/ip_fw_table_algo.c
1779
ta_fill_mod_chash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
1791
ta_modify_chash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
1929
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table_algo.c
1943
static struct ifidx * ifidx_find(struct table_info *ti, void *key);
sys/netpfil/ipfw/ip_fw_table_algo.c
1944
static int ta_lookup_ifidx(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
1947
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
1948
static void ta_change_ti_ifidx(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
1951
static void ta_destroy_ifidx(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
1952
static void ta_dump_ifidx_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1956
static int ta_add_ifidx(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1960
static int ta_del_ifidx(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1965
static int ta_need_modify_ifidx(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1968
static int ta_fill_mod_ifidx(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1970
static void ta_modify_ifidx(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
1973
static int ta_dump_ifidx_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
1975
static int ta_find_ifidx_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
1979
static void ta_foreach_ifidx(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2075
ifidx_find(struct table_info *ti, void *key)
sys/netpfil/ipfw/ip_fw_table_algo.c
2086
ta_lookup_ifidx(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
2102
ta_init_ifidx(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2126
ta_change_ti_ifidx(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
2154
ta_destroy_ifidx(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
2178
ta_dump_ifidx_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
2227
ta_add_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2309
ta_del_ifidx(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2382
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table_algo.c
2421
ta_need_modify_ifidx(void *ta_state, struct table_info *ti, uint32_t count,
sys/netpfil/ipfw/ip_fw_table_algo.c
2463
ta_fill_mod_ifidx(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
2487
ta_modify_ifidx(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
2519
ta_dump_ifidx_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
2534
ta_find_ifidx_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2577
ta_foreach_ifidx(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
2644
static struct numarray *numarray_find(struct table_info *ti, void *key);
sys/netpfil/ipfw/ip_fw_table_algo.c
2645
static int ta_lookup_numarray(struct table_info *ti, void *key,
sys/netpfil/ipfw/ip_fw_table_algo.c
2648
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
2649
static void ta_destroy_numarray(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
2650
static void ta_dump_numarray_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2654
static int ta_add_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2656
static int ta_del_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2660
static int ta_need_modify_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2663
static int ta_fill_mod_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2665
static void ta_modify_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2668
static int ta_dump_numarray_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2670
static int ta_find_numarray_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2672
static void ta_foreach_numarray(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2693
numarray_find(struct table_info *ti, void *key)
sys/netpfil/ipfw/ip_fw_table_algo.c
2704
ta_lookup_numarray(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
2720
ta_init_numarray(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
2742
ta_destroy_numarray(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
2758
ta_dump_numarray_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
2787
ta_add_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2837
ta_del_numarray(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2878
ta_need_modify_numarray(void *ta_state, struct table_info *ti, uint32_t count,
sys/netpfil/ipfw/ip_fw_table_algo.c
2920
ta_fill_mod_numarray(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
2944
ta_modify_numarray(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
2976
ta_dump_numarray_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
2990
ta_find_numarray_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3006
ta_foreach_numarray(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
3107
static int ta_lookup_fhash(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
3110
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
3111
static void ta_destroy_fhash(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
3112
static void ta_dump_fhash_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3114
static int ta_dump_fhash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3117
static int ta_find_fhash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3119
static void ta_foreach_fhash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3123
static int ta_add_fhash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3127
static int ta_del_fhash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3131
static int ta_need_modify_fhash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3134
static int ta_fill_mod_fhash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3136
static void ta_modify_fhash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
3193
ta_lookup_fhash(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
3259
ta_init_fhash(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3313
ta_destroy_fhash(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
3333
ta_dump_fhash_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
3348
ta_dump_fhash_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
3424
ta_find_fhash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3469
ta_foreach_fhash(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
3514
ta_add_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3587
ta_del_fhash(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3642
ta_need_modify_fhash(void *ta_state, struct table_info *ti, uint32_t count,
sys/netpfil/ipfw/ip_fw_table_algo.c
3685
ta_fill_mod_fhash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
3697
ta_modify_fhash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
3777
static int ta_lookup_kfib(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
3780
static void ta_print_kfib_config(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3783
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
3784
static void ta_destroy_kfib(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
3785
static void ta_dump_kfib_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3787
static int ta_dump_kfib_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
3791
static int ta_find_kfib_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3793
static void ta_foreach_kfib(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3797
ta_lookup_kfib(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
383
static int ta_lookup_addr_radix(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
3857
ta_print_kfib_config(void *ta_state, struct table_info *ti, char *buf,
sys/netpfil/ipfw/ip_fw_table_algo.c
386
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
3868
ta_init_kfib(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
388
static void ta_destroy_addr_radix(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
389
static void ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3890
ta_destroy_kfib(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
3899
ta_dump_kfib_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
391
static int ta_dump_addr_radix_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
393
static int ta_find_addr_radix_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3938
ta_find_kfib_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
395
static void ta_foreach_addr_radix(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
3977
ta_dump_kfib_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
3995
ta_foreach_kfib(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
401
static int ta_add_addr_radix(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
4033
ta_lookup_mac_radix(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
405
static int ta_del_addr_radix(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
4054
ta_init_mac_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
4071
ta_destroy_mac_radix(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
409
static int ta_need_modify_radix(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
413
ta_lookup_addr_radix(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
4153
ta_add_mac_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4235
ta_del_mac_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4263
ta_foreach_mac_radix(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
4273
ta_dump_mac_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
4286
ta_dump_mac_radix_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
4300
ta_find_mac_radix_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
449
ta_init_addr_radix(struct ip_fw_chain *ch, void **ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
483
ta_destroy_addr_radix(void *ta_state, struct table_info *ti)
sys/netpfil/ipfw/ip_fw_table_algo.c
505
ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo)
sys/netpfil/ipfw/ip_fw_table_algo.c
521
ta_dump_addr_radix_tentry(void *ta_state, struct table_info *ti, void *e,
sys/netpfil/ipfw/ip_fw_table_algo.c
552
ta_find_addr_radix_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
582
ta_foreach_addr_radix(void *ta_state, struct table_info *ti, ta_foreach_f *f,
sys/netpfil/ipfw/ip_fw_table_algo.c
716
ta_add_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
817
ta_del_addr_radix(void *ta_state, struct table_info *ti, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
868
ta_need_modify_radix(void *ta_state, struct table_info *ti, uint32_t count,
sys/netpfil/ipfw/ip_fw_table_algo.c
962
static int ta_lookup_chash_slow(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
964
static int ta_lookup_chash_aligned(struct table_info *ti, void *key,
sys/netpfil/ipfw/ip_fw_table_algo.c
966
static int ta_lookup_chash_64(struct table_info *ti, void *key, uint32_t keylen,
sys/netpfil/ipfw/ip_fw_table_algo.c
969
static void ta_print_chash_config(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
973
struct table_info *ti, char *data, uint8_t tflags);
sys/netpfil/ipfw/ip_fw_table_algo.c
974
static void ta_destroy_chash(void *ta_state, struct table_info *ti);
sys/netpfil/ipfw/ip_fw_table_algo.c
975
static void ta_dump_chash_tinfo(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
977
static int ta_dump_chash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
982
static int ta_find_chash_tentry(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
984
static void ta_foreach_chash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
988
static int ta_add_chash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
992
static int ta_del_chash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
996
static int ta_need_modify_chash(void *ta_state, struct table_info *ti,
sys/netpfil/ipfw/ip_fw_table_algo.c
999
static int ta_fill_mod_chash(void *ta_state, struct table_info *ti, void *ta_buf,
sys/netpfil/ipfw/ip_fw_table_value.c
268
struct table_info *ti;
sys/netpfil/ipfw/ip_fw_table_value.c
304
struct table_algo *ta, void *astate, struct table_info *ti)
usr.sbin/bhyve/pci_emul.c
1225
msixcap->table_info = barnum & PCIM_MSIX_BIR_MASK;
usr.sbin/bhyve/pci_emul.h
183
uint32_t table_info; /* bar index and offset within it */
usr.sbin/bhyve/pci_passthru.c
334
msixcap.table_info & PCIM_MSIX_BIR_MASK;
usr.sbin/bhyve/pci_passthru.c
336
msixcap.table_info & ~PCIM_MSIX_BIR_MASK;