/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 525 void *tmplt_priv); 527 void *tmplt_priv, u32 chain_index, 538 void *tmplt_priv; in __tcf_chain_put() local 559 tmplt_priv = chain->tmplt_priv; 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() 2650 void *tmplt_priv, u32 chain_index, in tc_chain_fill_node() 2662 priv = tmplt_priv; in tc_chain_fill_node() 2712 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify() 2649 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) 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 2761 void *tmplt_priv; tc_chain_tmplt_add() local 2791 tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv) tc_chain_tmplt_del() argument [all...] |
H A D | cls_flower.c | 2040 tp->chain->tmplt_priv, rtnl_held, extack); in fl_change() 2409 static void fl_tmplt_destroy(void *tmplt_priv) in fl_tmplt_destroy() argument 2411 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_destroy() 3154 static int fl_tmplt_dump(struct sk_buff *skb, struct net *net, void *tmplt_priv) in fl_tmplt_dump() argument 3156 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_dump()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 649 void *tmplt_priv); 651 void *tmplt_priv, u32 chain_index, 662 void *tmplt_priv; in __tcf_chain_put() local 683 tmplt_priv = chain->tmplt_priv; 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() 2829 void *tmplt_priv, u32 chain_index, in tc_chain_fill_node() 2842 priv = tmplt_priv; in tc_chain_fill_node() 2898 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify() 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 2945 void *tmplt_priv; tc_chain_tmplt_add() local 2976 tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv) tc_chain_tmplt_del() argument [all...] |
H A D | cls_flower.c | 2345 if (!fl_mask_fits_tmplt(tp->chain->tmplt_priv, mask)) { in fl_change() 2719 static void fl_tmplt_destroy(void *tmplt_priv) in fl_tmplt_destroy() argument 2721 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_destroy() 2730 struct fl_flow_tmplt *tmplt = chain->tmplt_priv; in fl_tmplt_reoffload() 3593 static int fl_tmplt_dump(struct sk_buff *skb, struct net *net, void *tmplt_priv) in fl_tmplt_dump() argument 3595 struct fl_flow_tmplt *tmplt = tmplt_priv; in fl_tmplt_dump()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 363 void (*tmplt_destroy)(void *tmplt_priv); 375 void *tmplt_priv); 440 void *tmplt_priv; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 378 void (*tmplt_destroy)(void *tmplt_priv); 396 void *tmplt_priv); 460 void *tmplt_priv; member
|