Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3100 static __inline int cmp_flow_ent(struct fhashentry *a,
3139 cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz) in cmp_flow_ent() function
3219 if (cmp_flow_ent(ent, &f.e, 2 * 4) != 0) { in ta_lookup_fhash()
3244 if (cmp_flow_ent(ent, &f.e, 2 * 16) != 0) { in ta_lookup_fhash()
3458 if (cmp_flow_ent(tmp, ent, sz) != 0) { in ta_find_fhash_tentry()
3542 if (cmp_flow_ent(tmp, ent, sz) != 0) { in ta_add_fhash()
3610 if (cmp_flow_ent(tmp, ent, sz) == 0) in ta_del_fhash()