Searched refs:type_data (Results 1 – 5 of 5) sorted by relevance
/net/dsa/ |
D | slave.c | 1213 static int dsa_slave_setup_tc_block_cb(enum tc_setup_type type, void *type_data, in dsa_slave_setup_tc_block_cb() argument 1223 return dsa_slave_setup_tc_cls_matchall(dev, type_data, ingress); in dsa_slave_setup_tc_block_cb() 1225 return dsa_slave_setup_tc_cls_flower(dev, type_data, ingress); in dsa_slave_setup_tc_block_cb() 1232 void *type_data, void *cb_priv) in dsa_slave_setup_tc_block_cb_ig() argument 1234 return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, true); in dsa_slave_setup_tc_block_cb_ig() 1238 void *type_data, void *cb_priv) in dsa_slave_setup_tc_block_cb_eg() argument 1240 return dsa_slave_setup_tc_block_cb(type, type_data, cb_priv, false); in dsa_slave_setup_tc_block_cb_eg() 1286 void *type_data) in dsa_slave_setup_ft_block() argument 1294 return master->netdev_ops->ndo_setup_tc(master, TC_SETUP_FT, type_data); in dsa_slave_setup_ft_block() 1298 void *type_data) in dsa_slave_setup_tc() argument [all …]
|
/net/sched/ |
D | cls_api.c | 3241 void *type_data, bool err_stop) in __tc_setup_cb_call() argument 3248 err = block_cb->cb(type, type_data, block_cb->cb_priv); in __tc_setup_cb_call() 3260 void *type_data, bool err_stop, bool rtnl_held) in tc_setup_cb_call() argument 3279 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_call() 3295 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_add() argument 3321 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_add() 3326 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add() 3345 enum tc_setup_type type, void *type_data, bool err_stop, in tc_setup_cb_replace() argument 3375 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace() 3377 ok_count = __tc_setup_cb_call(block, type, type_data, err_stop); in tc_setup_cb_replace() [all …]
|
D | sch_api.c | 820 void *type_data) in qdisc_offload_dump_helper() argument 829 err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data); in qdisc_offload_dump_helper() 842 enum tc_setup_type type, void *type_data, in qdisc_offload_graft_helper() argument 851 err = dev->netdev_ops->ndo_setup_tc(dev, type, type_data); in qdisc_offload_graft_helper()
|
D | cls_flower.c | 2322 static void fl_hw_add(struct tcf_proto *tp, void *type_data) in fl_hw_add() argument 2324 struct flow_cls_offload *cls_flower = type_data; in fl_hw_add() 2334 static void fl_hw_del(struct tcf_proto *tp, void *type_data) in fl_hw_del() argument 2336 struct flow_cls_offload *cls_flower = type_data; in fl_hw_del()
|
/net/netfilter/ |
D | nf_tables_offload.c | 197 static int nft_setup_cb_call(enum tc_setup_type type, void *type_data, in nft_setup_cb_call() argument 204 err = block_cb->cb(type, type_data, block_cb->cb_priv); in nft_setup_cb_call()
|