binder_type 766 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) binder_type 1690 drivers/net/ethernet/mellanox/mlxsw/spectrum.c if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { binder_type 1693 drivers/net/ethernet/mellanox/mlxsw/spectrum.c } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { binder_type 310 drivers/net/ethernet/mscc/ocelot_flower.c if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) binder_type 141 drivers/net/ethernet/mscc/ocelot_tc.c f->command, f->binder_type); binder_type 143 drivers/net/ethernet/mscc/ocelot_tc.c if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) { binder_type 146 drivers/net/ethernet/mscc/ocelot_tc.c } else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) { binder_type 1479 drivers/net/ethernet/netronome/nfp/flower/offload.c if (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) binder_type 1583 drivers/net/ethernet/netronome/nfp/flower/offload.c if ((f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && binder_type 1585 drivers/net/ethernet/netronome/nfp/flower/offload.c (f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS && binder_type 289 include/net/flow_offload.h enum flow_block_binder_type binder_type; binder_type 29 include/net/pkt_cls.h enum flow_block_binder_type binder_type; binder_type 255 net/core/flow_offload.c f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) binder_type 997 net/dsa/slave.c if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) binder_type 999 net/dsa/slave.c else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) binder_type 241 net/netfilter/nf_tables_offload.c bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; binder_type 267 net/netfilter/nf_tables_offload.c bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; binder_type 286 net/netfilter/nf_tables_offload.c bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; binder_type 614 net/sched/cls_api.c .binder_type = ingress ? binder_type 688 net/sched/cls_api.c .binder_type = ei->binder_type, binder_type 716 net/sched/cls_api.c bo.binder_type = ei->binder_type; binder_type 1280 net/sched/cls_api.c enum flow_block_binder_type binder_type; binder_type 1286 net/sched/cls_api.c enum flow_block_binder_type binder_type) binder_type 1289 net/sched/cls_api.c binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && binder_type 1290 net/sched/cls_api.c binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) binder_type 1301 net/sched/cls_api.c item->binder_type); binder_type 1307 net/sched/cls_api.c enum flow_block_binder_type binder_type) binder_type 1315 net/sched/cls_api.c item->binder_type = binder_type; binder_type 1322 net/sched/cls_api.c enum flow_block_binder_type binder_type) binder_type 1327 net/sched/cls_api.c if (item->q == q && item->binder_type == binder_type) { binder_type 1359 net/sched/cls_api.c err = tcf_block_owner_add(block, q, ei->binder_type); binder_type 1363 net/sched/cls_api.c tcf_block_owner_netif_keep_dst(block, q, ei->binder_type); binder_type 1379 net/sched/cls_api.c tcf_block_owner_del(block, q, ei->binder_type); binder_type 1417 net/sched/cls_api.c tcf_block_owner_del(block, q, ei->binder_type); binder_type 86 net/sched/sch_ingress.c q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; binder_type 220 net/sched/sch_ingress.c q->ingress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; binder_type 231 net/sched/sch_ingress.c q->egress_block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS;