Searched refs:ct_zone (Results 1 – 7 of 7) sorted by relevance
386 conn->zone = ct_zone; in efx_tc_ct_replace()565 ct_zone = kzalloc(sizeof(*ct_zone), GFP_USER); in efx_tc_ct_register_zone()566 if (!ct_zone) in efx_tc_ct_register_zone()568 ct_zone->zone = zone; in efx_tc_ct_register_zone()574 kfree(ct_zone); in efx_tc_ct_register_zone()586 ct_zone->efx = efx; in efx_tc_ct_register_zone()595 return ct_zone; in efx_tc_ct_register_zone()599 kfree(ct_zone); in efx_tc_ct_register_zone()610 nf_flow_table_offload_del_cb(ct_zone->nf_ft, efx_tc_flow_block, ct_zone); in efx_tc_ct_unregister_zone()623 ct_zone->zone); in efx_tc_ct_unregister_zone()[all …]
37 struct efx_tc_ct_zone *ct_zone);
452 match->value.ct_zone = fm.key->ct_zone; in efx_tc_flower_parse_match()453 match->mask.ct_zone = fm.mask->ct_zone; in efx_tc_flower_parse_match()984 struct efx_tc_ct_zone *ct_zone; in efx_tc_flower_handle_lhs_actions() local1050 ct_zone = efx_tc_ct_register_zone(efx, fa->ct.zone, in efx_tc_flower_handle_lhs_actions()1052 if (IS_ERR(ct_zone)) { in efx_tc_flower_handle_lhs_actions()1054 return PTR_ERR(ct_zone); in efx_tc_flower_handle_lhs_actions()1056 act->zone = ct_zone; in efx_tc_flower_handle_lhs_actions()
119 u16 ct_zone; member
693 CHECK(CT_DOMAIN, ct_zone) || in efx_mae_match_check_caps()2120 match->value.ct_zone); in efx_mae_populate_match_criteria()2122 match->mask.ct_zone); in efx_mae_populate_match_criteria()
1913 if (!ct.mask->ct_zone) { in nfp_fl_ct_handle_post_ct()1915 } else if (ct.mask->ct_zone != U16_MAX) { in nfp_fl_ct_handle_post_ct()1921 zt = get_nfp_zone_entry(priv, ct.key->ct_zone, wildcarded); in nfp_fl_ct_handle_post_ct()
1561 if (mask->ct_zone) in mlx5_tc_ct_match_add()1563 key->ct_zone, MLX5_CT_ZONE_MASK); in mlx5_tc_ct_match_add()
Completed in 25 milliseconds