Searched refs:ct_zone (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| A D | tc_conntrack.c | 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 …]
|
| A D | tc_conntrack.h | 37 struct efx_tc_ct_zone *ct_zone);
|
| A D | tc.c | 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() local 1050 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()
|
| A D | tc.h | 119 u16 ct_zone; member
|
| A D | mae.c | 704 CHECK(CT_DOMAIN, ct_zone) || in efx_mae_match_check_caps() 2131 match->value.ct_zone); in efx_mae_populate_match_criteria() 2133 match->mask.ct_zone); in efx_mae_populate_match_criteria()
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_bpf.c | 113 struct nf_conntrack_zone ct_zone; in __bpf_nf_ct_alloc_entry() local 151 nf_ct_zone_init(&ct_zone, in __bpf_nf_ct_alloc_entry() 154 ct_zone = nf_ct_zone_dflt; in __bpf_nf_ct_alloc_entry() 157 ct = nf_conntrack_alloc(net, &ct_zone, &otuple, &rtuple, in __bpf_nf_ct_alloc_entry() 179 struct nf_conntrack_zone ct_zone; in __bpf_nf_ct_lookup() local 213 nf_ct_zone_init(&ct_zone, in __bpf_nf_ct_lookup() 216 ct_zone = nf_ct_zone_dflt; in __bpf_nf_ct_lookup() 219 hash = nf_conntrack_find_get(net, &ct_zone, &tuple); in __bpf_nf_ct_lookup()
|
| /linux/net/openvswitch/ |
| A D | openvswitch_trace.h | 61 __entry->key_ct_zone = key->ct_zone; 131 __entry->key_ct_zone = key->ct_zone;
|
| A D | conntrack.h | 82 key->ct_zone = 0; in ovs_ct_fill_key()
|
| 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() 1770 struct nf_conntrack_zone ct_zone; in __ovs_ct_limit_get_zone_limit() local 1776 nf_ct_zone_init(&ct_zone, zone_id, NF_CT_DEFAULT_ZONE_DIR, 0); in __ovs_ct_limit_get_zone_limit() 1779 &ct_zone); in __ovs_ct_limit_get_zone_limit()
|
| A D | flow.h | 108 u16 ct_zone; /* Conntrack zone. */ member
|
| A D | flow_netlink.c | 1241 u16 ct_zone = nla_get_u16(a[OVS_KEY_ATTR_CT_ZONE]); in metadata_from_nlattrs() local 1243 SW_FLOW_KEY_PUT(match, ct_zone, ct_zone, is_mask); in metadata_from_nlattrs() 1974 key->ct_zone = 0; in ovs_nla_get_flow_metadata()
|
| A D | flow.c | 1064 key->ct_zone = zone; in ovs_flow_key_extract()
|
| /linux/include/net/ |
| A D | flow_dissector.h | 276 u16 ct_zone; member
|
| /linux/net/sched/ |
| A D | cls_flower.c | 1776 fl_set_key_val(tb, &key->ct_zone, TCA_FLOWER_KEY_CT_ZONE, in fl_set_key_ct() 1777 &mask->ct_zone, TCA_FLOWER_KEY_CT_ZONE_MASK, in fl_set_key_ct() 1778 sizeof(key->ct_zone)); in fl_set_key_ct() 3313 fl_dump_key_val(skb, &key->ct_zone, TCA_FLOWER_KEY_CT_ZONE, in fl_dump_key_ct() 3314 &mask->ct_zone, TCA_FLOWER_KEY_CT_ZONE_MASK, in fl_dump_key_ct() 3315 sizeof(key->ct_zone))) in fl_dump_key_ct()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| 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()
|
| /linux/net/core/ |
| A D | flow_dissector.c | 345 key->ct_zone = zone; in skb_flow_dissect_ct() 352 key->ct_zone = ct->zone.id; in skb_flow_dissect_ct()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | tc_ct.c | 1529 if (mask->ct_zone) in mlx5_tc_ct_match_add() 1531 key->ct_zone, MLX5_CT_ZONE_MASK); in mlx5_tc_ct_match_add()
|
Completed in 68 milliseconds