Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3116 static int tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent);
3386 tei_to_fhash_ent(struct tentry_info *tei, struct fhashentry *ent) in tei_to_fhash_ent() function
3446 if ((error = tei_to_fhash_ent(&tei, ent)) != 0) in ta_find_fhash_tentry()
3503 error = tei_to_fhash_ent(tei, ent); in ta_prepare_add_fhash()
3583 return (tei_to_fhash_ent(tei, &tb->fe6.e)); in ta_prepare_del_fhash()