Home
last modified time | relevance | path

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

/freebsd-head/sys/netpfil/ipfw/
HDip_fw_table_algo.c3077 struct fhashentry4 { struct
3093 struct fhashentry4 fe4; argument
3104 static __inline uint32_t hash_flow4(struct fhashentry4 *f, int hsize);
3155 hash_flow4(struct fhashentry4 *f, int hsize) in hash_flow4()
3184 hash = hash_flow4((struct fhashentry4 *)ent, size); in hash_flow_ent()
3198 struct fhashentry4 *m4; in ta_lookup_fhash()
3205 m4 = (struct fhashentry4 *)ti->xstate; in ta_lookup_fhash()
3208 struct fhashentry4 f; in ta_lookup_fhash()
3263 struct fhashentry4 *fe4; in ta_init_fhash()
3343 tinfo->itemsize4 = sizeof(struct fhashentry4); in ta_dump_fhash_tinfo()
[all …]