Home
last modified time | relevance | path

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

/net/sched/
Dsch_ingress.c89 q->block_info.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in ingress_init()
229 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.c614 .binder_type = ingress ? in tc_indr_block_cmd()
688 .binder_type = ei->binder_type, in tc_indr_block_call()
716 bo.binder_type = ei->binder_type; in tcf_block_offload_cmd()
1280 enum flow_block_binder_type binder_type; member
1286 enum flow_block_binder_type binder_type) in tcf_block_owner_netif_keep_dst() argument
1289 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS && in tcf_block_owner_netif_keep_dst()
1290 binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in tcf_block_owner_netif_keep_dst()
1301 item->binder_type); in tcf_block_netif_keep_dst()
1307 enum flow_block_binder_type binder_type) in tcf_block_owner_add() argument
1315 item->binder_type = binder_type; in tcf_block_owner_add()
[all …]
/net/netfilter/
Dnf_tables_offload.c261 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_block_offload_cmd()
287 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_indr_block_ing_cmd()
306 bo.binder_type = FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS; in nft_indr_block_offload_cmd()
/net/core/
Dflow_offload.c255 f->binder_type != FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in flow_block_cb_setup_simple()
/net/dsa/
Dslave.c999 if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_INGRESS) in dsa_slave_setup_tc_block()
1001 else if (f->binder_type == FLOW_BLOCK_BINDER_TYPE_CLSACT_EGRESS) in dsa_slave_setup_tc_block()