Searched refs:tmplt_priv (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/sched/
H A Dcls_api.c650 void *tmplt_priv);
652 void *tmplt_priv, u32 chain_index,
663 void *tmplt_priv; local
684 tmplt_priv = chain->tmplt_priv;
688 tc_chain_notify_delete(tmplt_ops, tmplt_priv,
699 tc_chain_tmplt_del(tmplt_ops, tmplt_priv);
2876 void *tmplt_priv, u32 chain_index,
2889 priv = tmplt_priv;
2948 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv,
2875 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) argument
2964 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) argument
2995 void *tmplt_priv; local
3026 tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv) argument
[all...]
H A Dcls_flower.c2345 if (!fl_mask_fits_tmplt(tp->chain->tmplt_priv, mask)) {
2719 static void fl_tmplt_destroy(void *tmplt_priv) argument
2721 struct fl_flow_tmplt *tmplt = tmplt_priv;
2730 struct fl_flow_tmplt *tmplt = chain->tmplt_priv;
3593 static int fl_tmplt_dump(struct sk_buff *skb, struct net *net, void *tmplt_priv) argument
3595 struct fl_flow_tmplt *tmplt = tmplt_priv;
/linux-master/include/net/
H A Dsch_generic.h373 void (*tmplt_destroy)(void *tmplt_priv);
391 void *tmplt_priv);
455 void *tmplt_priv; member in struct:tcf_chain

Completed in 136 milliseconds