Lines Matching defs:zone
32 struct efx_tc_ct_zone *zone = ptr;
33 struct efx_nic *efx = zone->efx;
37 zone->zone);
39 nf_flow_table_offload_del_cb(zone->nf_ft, efx_tc_flow_block, zone);
40 kfree(zone);
312 conn->zone = ct_zone;
472 struct efx_tc_ct_zone *efx_tc_ct_register_zone(struct efx_nic *efx, u16 zone,
481 ct_zone->zone = zone;
495 "Found existing ct_zone for %u\n", zone);
504 zone, rc);
536 ct_zone->zone);