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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c1383 struct table_config *tc_a, *tc_b; local
1399 if ((tc_b = find_table(ni, b)) == NULL) {
1405 if (tc_a == tc_b) {
1411 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) {
1417 if ((tc_a->limit != 0 && tc_b->count > tc_a->limit) ||
1418 (tc_b->limit != 0 && tc_a->count > tc_b->limit)) {
1424 if (((tc_a->ta->flags | tc_b->ta->flags) & TA_FLAG_READONLY) != 0) {
1431 rollback_toperation_state(ch, tc_b);
[all...]

Completed in 88 milliseconds