Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c981 static int tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent);
1424 tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent) in tei_to_chash_ent() function
1482 if ((error = tei_to_chash_ent(&tei, &ent)) != 0) in ta_find_chash_tentry()
1500 if ((error = tei_to_chash_ent(&tei, &ent)) != 0) in ta_find_chash_tentry()
1548 error = tei_to_chash_ent(tei, ent); in ta_prepare_add_chash()
1641 return (tei_to_chash_ent(tei, &tb->ent)); in ta_prepare_del_chash()