Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3106 static uint32_t hash_flow_ent(struct fhashentry *ent, uint32_t size);
3179 hash_flow_ent(struct fhashentry *ent, uint32_t size) in hash_flow_ent() function
3450 hash = hash_flow_ent(ent, cfg->size); in ta_find_fhash_tentry()
3534 hash = hash_flow_ent(ent, cfg->size); in ta_add_fhash()
3602 hash = hash_flow_ent(ent, cfg->size); in ta_del_fhash()
3717 nhash = hash_flow_ent(ent, mi->size); in ta_modify_fhash()