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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c3096 static __inline int cmp_flow_ent(struct fhashentry *a,
3135 cmp_flow_ent(struct fhashentry *a, struct fhashentry *b, size_t sz) function
3215 if (cmp_flow_ent(ent, &f.e, 2 * 4) != 0) {
3240 if (cmp_flow_ent(ent, &f.e, 2 * 16) != 0) {
3456 if (cmp_flow_ent(tmp, ent, sz) != 0) {
3540 if (cmp_flow_ent(tmp, ent, sz) != 0) {
3608 if (cmp_flow_ent(tmp, ent, sz) == 0)

Completed in 57 milliseconds