Searched refs:tmplt_priv (Results 1 – 2 of 2) sorted by relevance
/linux/net/sched/ |
H A D | cls_api.c | 679 void *tmplt_priv); 681 void *tmplt_priv, u32 chain_index, 692 void *tmplt_priv; in __tcf_chain_put() local 713 tmplt_priv = chain->tmplt_priv; in __tcf_chain_put() 717 tc_chain_notify_delete(tmplt_ops, tmplt_priv, in __tcf_chain_put() 728 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put() 2942 void *tmplt_priv, u32 chain_index, in tc_chain_fill_node() argument 2955 priv = tmplt_priv; in tc_chain_fill_node() 3014 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify() 3031 tc_chain_notify_delete(const struct tcf_proto_ops * tmplt_ops,void * tmplt_priv,u32 chain_index,struct tcf_block * block,struct sk_buff * oskb,u32 seq,u16 flags) tc_chain_notify_delete() argument 3061 void *tmplt_priv; tc_chain_tmplt_add() local 3093 tc_chain_tmplt_del(const struct tcf_proto_ops * tmplt_ops,void * tmplt_priv) tc_chain_tmplt_del() argument [all...] |
/linux/include/net/ |
H A D | sch_generic.h | 374 void (*tmplt_destroy)(void *tmplt_priv); 392 void *tmplt_priv); 458 void *tmplt_priv; member
|