Home
last modified time | relevance | path

Searched refs:tmplt_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dcls_api.c693 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
695 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
704 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local
727 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put()
732 tc_chain_notify_delete(tmplt_ops, tmplt_priv, in __tcf_chain_put()
743 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put()
1608 if (chain->tmplt_ops && add) in tcf_block_playback_offloads()
1609 chain->tmplt_ops->tmplt_reoffload(chain, true, cb, in tcf_block_playback_offloads()
1626 if (chain->tmplt_ops in tcf_block_playback_offloads()
2971 tc_chain_fill_node(const struct tcf_proto_ops * tmplt_ops,void * tmplt_priv,u32 chain_index,struct net * net,struct sk_buff * skb,struct tcf_block * block,u32 portid,u32 seq,u16 flags,int event,struct netlink_ext_ack * extack) tc_chain_fill_node() argument
3061 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
3123 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 Dsch_generic.h481 const struct tcf_proto_ops *tmplt_ops; member