Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c969 static int tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent);
1412 tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent) in tei_to_chash_ent() function
1470 if ((error = tei_to_chash_ent(&tei, &ent)) != 0) in ta_find_chash_tentry()
1488 if ((error = tei_to_chash_ent(&tei, &ent)) != 0) in ta_find_chash_tentry()
1536 error = tei_to_chash_ent(tei, ent); in ta_prepare_add_chash()
1629 return (tei_to_chash_ent(tei, &tb->ent)); in ta_prepare_del_chash()