Searched refs:tmplt_ops (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 648 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, 650 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops, 659 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local 682 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put() 687 tc_chain_notify_delete(tmplt_ops, tmplt_priv, in __tcf_chain_put() 699 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put() 1539 if (chain->tmplt_ops && add) in tcf_block_playback_offloads() 1540 chain->tmplt_ops->tmplt_reoffload(chain, true, cb, in tcf_block_playback_offloads() 1557 if (chain->tmplt_ops in tcf_block_playback_offloads() 2828 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 2914 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, bool unicast) tc_chain_notify_delete() argument 2976 tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv) tc_chain_tmplt_del() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 524 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, 526 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops, 535 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local 558 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put() 563 tc_chain_notify_delete(tmplt_ops, tmplt_priv, in __tcf_chain_put() 575 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put() 2127 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) { in tc_new_tfilter() 2649 static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, in tc_chain_fill_node() argument 2730 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, bool unicast) tc_chain_notify_delete() argument 2791 tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv) tc_chain_tmplt_del() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 439 const struct tcf_proto_ops *tmplt_ops; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 459 const struct tcf_proto_ops *tmplt_ops; member
|
Completed in 13 milliseconds