Home
last modified time | relevance | path

Searched refs:binder_type (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot_tc.c141 f->command, f->binder_type); in ocelot_setup_tc_block()
143 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in ocelot_setup_tc_block()
146 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in ocelot_setup_tc_block()
Docelot_flower.c310 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in ocelot_setup_tc_block_flower_bind()
/Linux-v5.4/net/sched/
Dsch_ingress.c86 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init()
220 q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in clsact_init()
231 q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS; in clsact_init()
Dcls_api.c637 .binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS, in tc_indr_block_ing_cmd()
695 .binder_type = ei->binder_type, in tc_indr_block_call()
723 bo.binder_type = ei->binder_type; in tcf_block_offload_cmd()
1287 enum flow_block_binder_type binder_type; member
1293 enum flow_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() argument
1296 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in tcf_block_owner_netif_keep_dst()
1297 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in tcf_block_owner_netif_keep_dst()
1308 item->binder_type); in tcf_block_netif_keep_dst()
1314 enum flow_block_binder_type binder_type) in tcf_block_owner_add() argument
1322 item->binder_type = binder_type; in tcf_block_owner_add()
[all …]
/Linux-v5.4/net/netfilter/
Dnf_tables_offload.c238 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_block_offload_cmd()
264 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_indr_block_ing_cmd()
283 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_indr_block_offload_cmd()
/Linux-v5.4/include/net/
Dflow_offload.h289 enum flow_block_binder_type binder_type; member
Dpkt_cls.h29 enum flow_block_binder_type binder_type; member
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c1478 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_flower_setup_tc_block()
1582 if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in nfp_flower_setup_indr_tc_block()
1584 (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in nfp_flower_setup_indr_tc_block()
/Linux-v5.4/net/core/
Dflow_offload.c255 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in flow_block_cb_setup_simple()
/Linux-v5.4/net/dsa/
Dslave.c1001 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_slave_setup_tc_block()
1003 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_slave_setup_tc_block()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c766 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mlx5e_rep_indr_setup_tc_block()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1693 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in mlxsw_sp_setup_tc_block()
1696 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in mlxsw_sp_setup_tc_block()