Searched refs:cmp_flow_ent (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table_algo.c | 3102 static __inline int cmp_flow_ent(struct fhashentry *a, 3141 cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz) in cmp_flow_ent() function 3220 if (cmp_flow_ent(ent, &f.e, 2 * 4) != 0) { in ta_lookup_fhash() 3245 if (cmp_flow_ent(ent, &f.e, 2 * 16) != 0) { in ta_lookup_fhash() 3459 if (cmp_flow_ent(tmp, ent, sz) != 0) { in ta_find_fhash_tentry() 3543 if (cmp_flow_ent(tmp, ent, sz) != 0) { in ta_add_fhash() 3611 if (cmp_flow_ent(tmp, ent, sz) == 0) in ta_del_fhash()
|