Searched refs:tmplt_priv (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | cls_api.c | 527 void *tmplt_priv); 529 void *tmplt_priv, u32 chain_index, 540 void *tmplt_priv; in __tcf_chain_put() local 560 tmplt_priv = chain->tmplt_priv; in __tcf_chain_put() 564 tc_chain_notify_delete(tmplt_ops, tmplt_priv, chain->index, in __tcf_chain_put() 575 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put() 2649 void *tmplt_priv, u32 chain_index, in tc_chain_fill_node() argument 2661 priv = tmplt_priv; in tc_chain_fill_node() 2711 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify() 2730 void *tmplt_priv, u32 chain_index, in tc_chain_notify_delete() argument [all …]
|
| H A D | cls_flower.c | 2027 tp->chain->tmplt_priv, rtnl_held, extack); in fl_change() 2396 static void fl_tmplt_destroy(void *tmplt_priv) in fl_tmplt_destroy() argument 2398 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_destroy() 3141 static int fl_tmplt_dump(struct sk_buff *skb, struct net *net, void *tmplt_priv) in fl_tmplt_dump() argument 3143 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_dump()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sch_generic.h | 368 void (*tmplt_destroy)(void *tmplt_priv); 380 void *tmplt_priv); 445 void *tmplt_priv; member
|