Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c920 struct chashentry;
922 SLIST_HEAD(chashbhead, chashentry);
935 struct chashentry { struct
936 SLIST_ENTRY(chashentry) next;
948 struct chashentry ent; argument
979 static uint32_t hash_ent(struct chashentry *ent, int af, int mlen,
981 static int tei_to_chash_ent(struct tentry_info *tei, struct chashentry *ent);
1065 struct chashentry *ent; in ta_lookup_chash_slow()
1110 struct chashentry *ent; in ta_lookup_chash_aligned()
1159 struct chashentry *ent; in ta_lookup_chash_64()
[all …]