Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.c1409 if (tc_a == tc_b) { in swap_tables()
1415 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()
1421 if ((tc_a->limit != 0 && tc_b->count > tc_a->limit) || in swap_tables()
1440 ta = tc_a->ta; in swap_tables()
1441 astate = tc_a->astate; in swap_tables()
1442 count = tc_a->count; in swap_tables()
1447 tc_a->ta = tc_b->ta; in swap_tables()
1448 tc_a->astate = tc_b->astate; in swap_tables()
1449 tc_a->count = tc_b->count; in swap_tables()
1458 tc_a->ti_copy = tablestate[tc_a->no.kidx]; in swap_tables()
[all …]