Symbol: fhashentry
sys/netpfil/ipfw/ip_fw_table_algo.c
3062
struct fhashentry;
sys/netpfil/ipfw/ip_fw_table_algo.c
3064
SLIST_HEAD(fhashbhead, fhashentry);
sys/netpfil/ipfw/ip_fw_table_algo.c
3067
SLIST_ENTRY(fhashentry) next;
sys/netpfil/ipfw/ip_fw_table_algo.c
3078
struct fhashentry e;
sys/netpfil/ipfw/ip_fw_table_algo.c
3084
struct fhashentry e;
sys/netpfil/ipfw/ip_fw_table_algo.c
3102
static __inline int cmp_flow_ent(struct fhashentry *a,
sys/netpfil/ipfw/ip_fw_table_algo.c
3103
struct fhashentry *b, size_t sz);
sys/netpfil/ipfw/ip_fw_table_algo.c
3106
static uint32_t hash_flow_ent(struct fhashentry *ent, uint32_t size);
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
3141
cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz)
sys/netpfil/ipfw/ip_fw_table_algo.c
3179
hash_flow_ent(struct fhashentry *ent, uint32_t size)
sys/netpfil/ipfw/ip_fw_table_algo.c
3197
struct fhashentry *ent;
sys/netpfil/ipfw/ip_fw_table_algo.c
3316
struct fhashentry *ent, *ent_next;
sys/netpfil/ipfw/ip_fw_table_algo.c
3351
struct fhashentry *ent;
sys/netpfil/ipfw/ip_fw_table_algo.c
3358
ent = (struct fhashentry *)e;
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
3429
struct fhashentry *ent, *tmp;
sys/netpfil/ipfw/ip_fw_table_algo.c
3473
struct fhashentry *ent, *ent_next;
sys/netpfil/ipfw/ip_fw_table_algo.c
3488
struct fhashentry *ent;
sys/netpfil/ipfw/ip_fw_table_algo.c
3519
struct fhashentry *ent, *tmp;
sys/netpfil/ipfw/ip_fw_table_algo.c
3527
ent = (struct fhashentry *)tb->ent_ptr;
sys/netpfil/ipfw/ip_fw_table_algo.c
3592
struct fhashentry *ent, *tmp;
sys/netpfil/ipfw/ip_fw_table_algo.c
3614
SLIST_REMOVE(&head[hash], tmp, fhashentry, next);
sys/netpfil/ipfw/ip_fw_table_algo.c
3703
struct fhashentry *ent, *ent_next;