/linux-6.3-rc2/net/core/ |
A D | flow_offload.c | 258 struct flow_block_cb *block_cb; in flow_block_cb_alloc() 273 void flow_block_cb_free(struct flow_block_cb *block_cb) in flow_block_cb_free() 285 struct flow_block_cb *block_cb; in flow_block_cb_lookup() 318 struct flow_block_cb *block_cb; in flow_block_cb_is_busy() 336 struct flow_block_cb *block_cb; in flow_block_cb_setup_simple() 403 void (*cleanup)(struct flow_block_cb *block_cb); 459 struct flow_block_cb *this, *next; in __flow_block_indr_cleanup() 470 struct flow_block_cb *this, *next; in flow_block_indr_notify() 513 void (*cleanup)(struct flow_block_cb *block_cb)) in flow_block_indr_init() 532 struct flow_block_cb *block_cb; in flow_indr_block_cb_alloc() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | flow_offload.h | 510 struct flow_block_cb; 519 void (*cleanup)(struct flow_block_cb *block_cb); 522 struct flow_block_cb { struct 533 struct flow_block_cb *flow_block_cb_alloc(flow_setup_cb_t *cb, argument 543 void (*cleanup)(struct flow_block_cb *block_cb)); 544 void flow_block_cb_free(struct flow_block_cb *block_cb); 549 void *flow_block_cb_priv(struct flow_block_cb *block_cb); 550 void flow_block_cb_incref(struct flow_block_cb *block_cb); 551 unsigned int flow_block_cb_decref(struct flow_block_cb *block_cb); 637 void (*cleanup)(struct flow_block_cb *block_cb)); [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_flow.c | 179 struct flow_block_cb *block_cb; in prestera_flow_block_get() 210 struct flow_block_cb *block_cb = block->block_cb; in prestera_flow_block_put() 224 struct flow_block_cb *block_cb; in prestera_setup_flow_block_bind() 261 struct flow_block_cb *block_cb; in prestera_setup_flow_block_unbind()
|
A D | prestera_flow.h | 23 struct flow_block_cb *block_cb;
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc_bindings.c | 77 struct flow_block_cb *block_cb; in efx_tc_setup_block() 141 void (*cleanup)(struct flow_block_cb *block_cb)) in efx_tc_indr_setup_cb() 145 struct flow_block_cb *block_cb; in efx_tc_indr_setup_cb()
|
A D | tc_bindings.h | 28 void (*cleanup)(struct flow_block_cb *block_cb));
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_flow.c | 207 struct flow_block_cb *block_cb; in mlxsw_sp_setup_tc_block_bind() 258 struct flow_block_cb *block_cb; in mlxsw_sp_setup_tc_block_unbind()
|
A D | spectrum_qdisc.c | 2178 struct flow_block_cb *block_cb; in mlxsw_sp_setup_tc_block_qevent_bind() 2256 struct flow_block_cb *block_cb; in mlxsw_sp_setup_tc_block_qevent_unbind()
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_flow_table.h | 225 struct flow_block_cb *block_cb; in nf_flow_table_offload_add_cb() 253 struct flow_block_cb *block_cb; in nf_flow_table_offload_del_cb()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
A D | tc.c | 435 void (*cleanup)(struct flow_block_cb *block_cb)) in mlx5e_rep_indr_setup_block() 441 struct flow_block_cb *block_cb; in mlx5e_rep_indr_setup_block() 632 void (*cleanup)(struct flow_block_cb *block_cb)) in mlx5e_rep_indr_setup_cb()
|
/linux-6.3-rc2/net/netfilter/ |
A D | nf_tables_offload.c | 200 struct flow_block_cb *block_cb; in nft_setup_cb_call() 323 struct flow_block_cb *block_cb, *next; in nft_flow_offload_unbind() 399 static void nft_indr_block_cleanup(struct flow_block_cb *block_cb) in nft_indr_block_cleanup()
|
A D | nf_flow_table_offload.c | 844 struct flow_block_cb *block_cb; in nf_flow_offload_tuple() 1102 struct flow_block_cb *block_cb, *next; in nf_flow_table_block_setup() 1141 static void nf_flow_table_indr_cleanup(struct flow_block_cb *block_cb) in nf_flow_table_indr_cleanup()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/ |
A D | offload.c | 1773 struct flow_block_cb *block_cb; in nfp_flower_setup_tc_block() 1867 void (*cleanup)(struct flow_block_cb *block_cb)) in nfp_flower_setup_indr_tc_block() 1871 struct flow_block_cb *block_cb; in nfp_flower_setup_indr_tc_block() 1947 void (*cleanup)(struct flow_block_cb *block_cb)) in nfp_flower_indr_setup_tc_cb()
|
A D | main.h | 677 void (*cleanup)(struct flow_block_cb *block_cb));
|
/linux-6.3-rc2/drivers/net/ethernet/mediatek/ |
A D | mtk_ppe_offload.c | 556 struct flow_block_cb *block_cb; in mtk_eth_setup_tc_block()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_tc.c | 1904 void (*cleanup)(struct flow_block_cb *block_cb)) in bnxt_tc_setup_indr_block() 1907 struct flow_block_cb *block_cb; in bnxt_tc_setup_indr_block() 1963 void (*cleanup)(struct flow_block_cb *block_cb)) in bnxt_tc_setup_indr_cb()
|
/linux-6.3-rc2/net/sched/ |
A D | cls_api.c | 768 static void tc_block_indr_cleanup(struct flow_block_cb *block_cb) in tc_block_indr_cleanup() 1569 struct flow_block_cb *block_cb, *next; in tcf_block_bind() 1610 struct flow_block_cb *block_cb, *next; in tcf_block_unbind() 3470 struct flow_block_cb *block_cb; in __tc_setup_cb_call()
|
A D | act_ct.c | 333 struct flow_block_cb *block_cb, *tmp_cb; in tcf_ct_flow_table_cleanup_work()
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-switch.c | 1313 struct flow_block_cb *block_cb; in dpaa2_switch_setup_tc_block_bind() 1363 struct flow_block_cb *block_cb; in dpaa2_switch_setup_tc_block_unbind()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_main.c | 81 void (*cleanup)(struct flow_block_cb *block_cb)); 9079 void (*cleanup)(struct flow_block_cb *block_cb)) in ice_indr_setup_tc_block() 9082 struct flow_block_cb *block_cb; in ice_indr_setup_tc_block() 9146 void (*cleanup)(struct flow_block_cb *block_cb)) in ice_indr_setup_tc_cb()
|
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_net.c | 439 struct flow_block_cb *block_cb; in ocelot_setup_tc_block()
|
/linux-6.3-rc2/net/dsa/ |
A D | slave.c | 1589 struct flow_block_cb *block_cb; in dsa_slave_setup_tc_block()
|