Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c1385 struct table_config *tc_a, *tc_b; in swap_tables() local
1397 if ((tc_a = find_table(ni, a)) == NULL) { in swap_tables()
1407 if (tc_a == tc_b) { in swap_tables()
1413 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()
1419 if ((tc_a->limit != 0 && tc_b->count > tc_a->limit) || in swap_tables()
1420 (tc_b->limit != 0 && tc_a->count > tc_b->limit)) { in swap_tables()
1426 if (((tc_a->ta->flags | tc_b->ta->flags) & TA_FLAG_READONLY) != 0) { in swap_tables()
1432 rollback_toperation_state(ch, tc_a); in swap_tables()
1437 ti = tablestate[tc_a->no.kidx]; in swap_tables()
1438 ta = tc_a->ta; in swap_tables()
[all …]