Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dflow_offload.c290 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in flow_block_cb_setup_simple()
357 enum flow_block_binder_type binder_type; member
369 bo.binder_type = cur->binder_type; in existing_qdiscs_register()
463 flow_block->indr.binder_type = bo->binder_type; in flow_block_indr_init()
525 info->binder_type = bo->binder_type; in indir_dev_add()
/Linux-v5.15/net/sched/
Dsch_ingress.c87 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init()
227 q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in clsact_init()
240 q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS; in clsact_init()
Dcls_api.c626 enum flow_block_binder_type binder_type, in tcf_block_offload_init() argument
632 bo->binder_type = binder_type; in tcf_block_offload_init()
653 block_cb->indr.binder_type, in tc_block_indr_cleanup()
678 tcf_block_offload_init(&bo, dev, sch, command, ei->binder_type, in tcf_block_offload_cmd()
1245 enum flow_block_binder_type binder_type; member
1251 enum flow_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() argument
1254 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in tcf_block_owner_netif_keep_dst()
1255 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in tcf_block_owner_netif_keep_dst()
1266 item->binder_type); in tcf_block_netif_keep_dst()
1272 enum flow_block_binder_type binder_type) in tcf_block_owner_add() argument
[all …]
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_flow.c180 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in prestera_flow_block_setup()
/Linux-v5.15/include/net/
Dpkt_cls.h29 enum flow_block_binder_type binder_type; member
560 enum flow_block_binder_type binder_type,
571 enum flow_block_binder_type binder_type, in tcf_qevent_init() argument
Dflow_offload.h445 enum flow_block_binder_type binder_type; member
467 enum flow_block_binder_type binder_type; member
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c448 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mtk_eth_setup_tc_block()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c1002 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in otx2_setup_tc_block()
1005 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in otx2_setup_tc_block()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c1710 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in nfp_flower_setup_tc_block()
1808 if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in nfp_flower_setup_indr_tc_block()
1810 (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && in nfp_flower_setup_indr_tc_block()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c428 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in mlx5e_rep_indr_setup_block()
/Linux-v5.15/net/netfilter/
Dnf_tables_offload.c354 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_flow_block_offload_init()
Dnf_flow_table_offload.c1097 bo->binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nf_flow_table_block_offload_init()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c340 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { in ocelot_setup_tc_block()
343 } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in ocelot_setup_tc_block()
/Linux-v5.15/net/dsa/
Dslave.c1251 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_slave_setup_tc_block()
1253 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_slave_setup_tc_block()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1909 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in bnxt_tc_setup_indr_block()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.c1371 if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dpaa2_switch_setup_tc_block()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.c1006 switch (f->binder_type) { in mlxsw_sp_setup_tc_block()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3712 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { in cxgb_setup_tc_block()