Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c312 conn->zone = ct_zone; in efx_tc_ct_replace()
478 ct_zone = kzalloc(sizeof(*ct_zone), GFP_USER); in efx_tc_ct_register_zone()
479 if (!ct_zone) in efx_tc_ct_register_zone()
481 ct_zone->zone = zone; in efx_tc_ct_register_zone()
487 kfree(ct_zone); in efx_tc_ct_register_zone()
499 ct_zone->efx = efx; in efx_tc_ct_register_zone()
508 return ct_zone; in efx_tc_ct_register_zone()
512 kfree(ct_zone); in efx_tc_ct_register_zone()
523 nf_flow_table_offload_del_cb(ct_zone->nf_ft, efx_tc_flow_block, ct_zone); in efx_tc_ct_unregister_zone()
536 ct_zone->zone); in efx_tc_ct_unregister_zone()
[all …]
H A Dtc_conntrack.h37 struct efx_tc_ct_zone *ct_zone);
H A Dtc.c456 match->value.ct_zone = fm.key->ct_zone; in efx_tc_flower_parse_match()
457 match->mask.ct_zone = fm.mask->ct_zone; in efx_tc_flower_parse_match()
889 struct efx_tc_ct_zone *ct_zone; in efx_tc_flower_handle_lhs_actions() local
955 ct_zone = efx_tc_ct_register_zone(efx, fa->ct.zone, in efx_tc_flower_handle_lhs_actions()
957 if (IS_ERR(ct_zone)) { in efx_tc_flower_handle_lhs_actions()
959 return PTR_ERR(ct_zone); in efx_tc_flower_handle_lhs_actions()
961 act->zone = ct_zone; in efx_tc_flower_handle_lhs_actions()
H A Dtc.h117 u16 ct_zone; member
H A Dmae.c704 CHECK(CT_DOMAIN, ct_zone) || in efx_mae_match_check_caps()
2075 match->value.ct_zone); in efx_mae_populate_match_criteria()
2077 match->mask.ct_zone); in efx_mae_populate_match_criteria()
/openbmc/linux/net/openvswitch/
H A Dopenvswitch_trace.h61 __entry->key_ct_zone = key->ct_zone;
131 __entry->key_ct_zone = key->ct_zone;
H A Dconntrack.h82 key->ct_zone = 0; in ovs_ct_fill_key()
H A Dflow.h108 u16 ct_zone; /* Conntrack zone. */ member
H A Dconntrack.c203 key->ct_zone = zone->id; in __ovs_ct_update_key()
297 nla_put_u16(skb, OVS_KEY_ATTR_CT_ZONE, output->ct_zone)) in ovs_ct_put_key()
549 (key->ct_zone == info->zone.id); in ovs_ct_executed()
1739 struct nf_conntrack_zone ct_zone; in __ovs_ct_limit_get_zone_limit() local
1745 nf_ct_zone_init(&ct_zone, zone_id, NF_CT_DEFAULT_ZONE_DIR, 0); in __ovs_ct_limit_get_zone_limit()
1748 &ct_zone); in __ovs_ct_limit_get_zone_limit()
H A Dflow_netlink.c1228 u16 ct_zone = nla_get_u16(a[OVS_KEY_ATTR_CT_ZONE]); in metadata_from_nlattrs() local
1230 SW_FLOW_KEY_PUT(match, ct_zone, ct_zone, is_mask); in metadata_from_nlattrs()
1961 key->ct_zone = 0; in ovs_nla_get_flow_metadata()
H A Dflow.c1064 key->ct_zone = zone; in ovs_flow_key_extract()
/openbmc/linux/include/net/
H A Dflow_dissector.h263 u16 ct_zone; member
/openbmc/linux/net/sched/
H A Dcls_flower.c1658 fl_set_key_val(tb, &key->ct_zone, TCA_FLOWER_KEY_CT_ZONE, in fl_set_key_ct()
1659 &mask->ct_zone, TCA_FLOWER_KEY_CT_ZONE_MASK, in fl_set_key_ct()
1660 sizeof(key->ct_zone)); in fl_set_key_ct()
3131 fl_dump_key_val(skb, &key->ct_zone, TCA_FLOWER_KEY_CT_ZONE, in fl_dump_key_ct()
3132 &mask->ct_zone, TCA_FLOWER_KEY_CT_ZONE_MASK, in fl_dump_key_ct()
3133 sizeof(key->ct_zone))) in fl_dump_key_ct()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1913 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()
/openbmc/linux/net/core/
H A Dflow_dissector.c343 key->ct_zone = zone; in skb_flow_dissect_ct()
350 key->ct_zone = ct->zone.id; in skb_flow_dissect_ct()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1511 if (mask->ct_zone) in mlx5_tc_ct_match_add()
1513 key->ct_zone, MLX5_CT_ZONE_MASK); in mlx5_tc_ct_match_add()