/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_conntrack.c | 312 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 D | tc_conntrack.h | 37 struct efx_tc_ct_zone *ct_zone);
|
H A D | tc.c | 456 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 D | tc.h | 117 u16 ct_zone; member
|
H A D | mae.c | 704 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 D | openvswitch_trace.h | 61 __entry->key_ct_zone = key->ct_zone; 131 __entry->key_ct_zone = key->ct_zone;
|
H A D | conntrack.h | 82 key->ct_zone = 0; in ovs_ct_fill_key()
|
H A D | flow.h | 108 u16 ct_zone; /* Conntrack zone. */ member
|
H A D | conntrack.c | 203 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 D | flow_netlink.c | 1228 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 D | flow.c | 1064 key->ct_zone = zone; in ovs_flow_key_extract()
|
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | 263 u16 ct_zone; member
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 1658 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 D | conntrack.c | 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()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 343 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 D | tc_ct.c | 1511 if (mask->ct_zone) in mlx5_tc_ct_match_add() 1513 key->ct_zone, MLX5_CT_ZONE_MASK); in mlx5_tc_ct_match_add()
|