Home
last modified time | relevance | path

Searched refs:hash_flow_ent (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3100 static uint32_t hash_flow_ent(struct fhashentry *ent, uint32_t size);
3173 hash_flow_ent(struct fhashentry *ent, uint32_t size) in hash_flow_ent() function
3447 hash = hash_flow_ent(ent, cfg->size); in ta_find_fhash_tentry()
3531 hash = hash_flow_ent(ent, cfg->size); in ta_add_fhash()
3599 hash = hash_flow_ent(ent, cfg->size); in ta_del_fhash()
3714 nhash = hash_flow_ent(ent, mi->size); in ta_modify_fhash()