Symbol: tentry_info
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
152
store_tei_result(struct tentry_info *tei, int op, int error, uint32_t num)
sys/netpfil/ipfw/ip_fw_table.c
214
struct tentry_info *tei, uint32_t count, int op,
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
278
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table.c
321
struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf)
sys/netpfil/ipfw/ip_fw_table.c
325
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table.c
373
struct tentry_info *tei, uint32_t count, int rollback,
sys/netpfil/ipfw/ip_fw_table.c
377
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table.c
421
struct tentry_info *tei, uint8_t flags, uint32_t count)
sys/netpfil/ipfw/ip_fw_table.c
425
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table.c
546
struct tentry_info *tei, uint8_t flags, uint32_t count)
sys/netpfil/ipfw/ip_fw_table.c
550
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table.c
719
struct tentry_info *ptei, tei, *tei_buf;
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.h
101
typedef int (ta_prepare_add)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
103
typedef int (ta_prepare_del)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
106
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table.h
108
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table.h
109
typedef void (ta_flush_entry)(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table.h
178
struct tentry_info *tei, uint8_t flags, uint32_t count);
sys/netpfil/ipfw/ip_fw_table.h
180
struct tentry_info *tei, uint8_t flags, uint32_t count);
sys/netpfil/ipfw/ip_fw_table.h
188
struct tentry_info *tei, uint32_t count, uint8_t flags);
sys/netpfil/ipfw/ip_fw_table.h
190
struct tentry_info *tei, uint32_t count, int rollback);
sys/netpfil/ipfw/ip_fw_table_algo.c
1424
tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent)
sys/netpfil/ipfw/ip_fw_table_algo.c
1468
struct tentry_info tei;
sys/netpfil/ipfw/ip_fw_table_algo.c
1537
ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
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
1634
ta_prepare_del_chash(struct ip_fw_chain *ch, 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
1697
ta_flush_chash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1954
static int ta_prepare_add_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1957
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
1958
static int ta_prepare_del_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
1961
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
1963
struct tentry_info *tei, void *ta_buf);
sys/netpfil/ipfw/ip_fw_table_algo.c
2195
ta_prepare_add_ifidx(struct ip_fw_chain *ch, struct tentry_info *tei,
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
2291
ta_prepare_del_ifidx(struct ip_fw_chain *ch, 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
2361
ta_flush_ifidx_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
2653
struct tentry_info *tei, void *ta_buf);
sys/netpfil/ipfw/ip_fw_table_algo.c
2655
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
2657
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
2659
struct tentry_info *tei, void *ta_buf);
sys/netpfil/ipfw/ip_fw_table_algo.c
2774
ta_prepare_add_numarray(struct ip_fw_chain *ch, struct tentry_info *tei,
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
2866
ta_flush_numarray_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3116
static int tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent);
sys/netpfil/ipfw/ip_fw_table_algo.c
3122
struct tentry_info *tei, void *ta_buf);
sys/netpfil/ipfw/ip_fw_table_algo.c
3124
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
3125
static int ta_prepare_del_fhash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3128
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
3129
static void ta_flush_fhash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
3386
tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent)
sys/netpfil/ipfw/ip_fw_table_algo.c
3431
struct tentry_info tei;
sys/netpfil/ipfw/ip_fw_table_algo.c
3484
ta_prepare_add_fhash(struct ip_fw_chain *ch, struct tentry_info *tei,
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
3576
ta_prepare_del_fhash(struct ip_fw_chain *ch, 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
3626
ta_flush_fhash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
397
static void tei_to_sockaddr_ent_addr(struct tentry_info *tei, struct sockaddr *sa,
sys/netpfil/ipfw/ip_fw_table_algo.c
399
static int ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
402
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
403
static int ta_prepare_del_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
406
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
407
static void ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
4086
tei_to_sockaddr_ent_mac(struct tentry_info *tei, struct sockaddr *sa,
sys/netpfil/ipfw/ip_fw_table_algo.c
4116
ta_prepare_add_mac_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
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
4205
ta_prepare_del_mac_radix(struct ip_fw_chain *ch, 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
610
tei_to_sockaddr_ent_addr(struct tentry_info *tei, struct sockaddr *sa,
sys/netpfil/ipfw/ip_fw_table_algo.c
662
ta_prepare_add_addr_radix(struct ip_fw_chain *ch, struct tentry_info *tei,
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
779
ta_prepare_del_addr_radix(struct ip_fw_chain *ch, 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
856
ta_flush_radix_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
981
static int tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent);
sys/netpfil/ipfw/ip_fw_table_algo.c
986
static int ta_prepare_add_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
989
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
990
static int ta_prepare_del_chash(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_algo.c
993
struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
sys/netpfil/ipfw/ip_fw_table_algo.c
994
static void ta_flush_chash_entry(struct ip_fw_chain *ch, struct tentry_info *tei,
sys/netpfil/ipfw/ip_fw_table_value.c
364
struct tentry_info *tei, uint32_t count, int rollback)
sys/netpfil/ipfw/ip_fw_table_value.c
367
struct tentry_info *ptei;
sys/netpfil/ipfw/ip_fw_table_value.c
423
struct tentry_info *tei, uint32_t count, uint8_t flags)
sys/netpfil/ipfw/ip_fw_table_value.c
427
struct tentry_info *ptei;