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

/freebsd-13-stable/sys/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) function
3443 if ((error = tei_to_fhash_ent(&tei, ent)) != 0)
3500 error = tei_to_fhash_ent(tei, ent);
3580 return (tei_to_fhash_ent(tei, &tb->fe6.e));

Completed in 78 milliseconds