Searched refs:type_data (Results 1 – 5 of 5) sorted by relevance
/net/dsa/ |
D | slave.c | 965 static int dsa_slave_setup_tc_block_cb(enum tc_setup_type type, void *type_data, in dsa_slave_setup_tc_block_cb() argument 975 return dsa_slave_setup_tc_cls_matchall(dev, type_data, ingress); in dsa_slave_setup_tc_block_cb() 982 void *type_data, void *cb_priv) in dsa_slave_setup_tc_block_cb_ig() argument 984 return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, true); in dsa_slave_setup_tc_block_cb_ig() 988 void *type_data, void *cb_priv) in dsa_slave_setup_tc_block_cb_eg() argument 990 return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, false); in dsa_slave_setup_tc_block_cb_eg() 1036 void *type_data) in dsa_slave_setup_tc() argument 1042 return dsa_slave_setup_tc_block(dev, type_data); in dsa_slave_setup_tc() 1047 return ds->ops->port_setup_tc(ds, dp->index, type, type_data); in dsa_slave_setup_tc()
|
/net/sched/ |
D | cls_api.c | 3175 void *type_data, bool err_stop) in __tc_setup_cb_call() argument 3182 err = block_cb->cb(type, type_data, block_cb->cb_priv); in __tc_setup_cb_call() 3194 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument 3213 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call() 3229 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument 3255 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add() 3260 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add() 3279 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument 3309 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace() 3311 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace() [all …]
|
D | sch_api.c | 803 void *type_data) in qdisc_offload_dump_helper() argument 812 err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data); in qdisc_offload_dump_helper() 825 enum tc_setup_type type, void *type_data, in qdisc_offload_graft_helper() argument 834 err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data); in qdisc_offload_graft_helper()
|
D | cls_flower.c | 1845 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add() argument 1847 struct flow_cls_offload *cls_flower = type_data; in fl_hw_add() 1857 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del() argument 1859 struct flow_cls_offload *cls_flower = type_data; in fl_hw_del()
|
/net/netfilter/ |
D | nf_tables_offload.c | 139 enum tc_setup_type type, void *type_data) in nft_setup_cb_call() argument 145 err = block_cb->cb(type, type_data, block_cb->cb_priv); in nft_setup_cb_call()
|