Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3110 static int tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent);
3383 tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent) in tei_to_fhash_ent() function
3443 if ((error = tei_to_fhash_ent(&tei, ent)) != 0) in ta_find_fhash_tentry()
3500 error = tei_to_fhash_ent(tei, ent); in ta_prepare_add_fhash()
3580 return (tei_to_fhash_ent(tei, &tb->fe6.e)); in ta_prepare_del_fhash()