Searched refs:efx_tc_ct_zone (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ ! |
D | tc_conntrack.h | 19 struct efx_tc_ct_zone { struct 34 struct efx_tc_ct_zone *efx_tc_ct_register_zone(struct efx_nic *efx, u16 zone, argument 37 struct efx_tc_ct_zone *ct_zone); 48 struct efx_tc_ct_zone *zone;
|
D | tc_conntrack.c | 19 .key_len = offsetof(struct efx_tc_ct_zone, linkage), 21 .head_offset = offsetof(struct efx_tc_ct_zone, linkage), 32 struct efx_tc_ct_zone *zone = ptr; in efx_tc_ct_zone_free() 352 static int efx_tc_ct_replace(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_replace() 485 static int efx_tc_ct_destroy(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_destroy() 508 static int efx_tc_ct_stats(struct efx_tc_ct_zone *ct_zone, in efx_tc_ct_stats() 540 struct efx_tc_ct_zone *ct_zone = cb_priv; in efx_tc_flow_block() 559 struct efx_tc_ct_zone *efx_tc_ct_register_zone(struct efx_nic *efx, u16 zone, in efx_tc_ct_register_zone() 562 struct efx_tc_ct_zone *ct_zone, *old; in efx_tc_ct_register_zone() 604 struct efx_tc_ct_zone *ct_zone) in efx_tc_ct_unregister_zone()
|
D | tc.h | 194 struct efx_tc_ct_zone *zone;
|
D | tc.c | 984 struct efx_tc_ct_zone *ct_zone; in efx_tc_flower_handle_lhs_actions()
|