Searched refs:tcf_proto (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/net/ |
D | sch_generic.h | 256 const struct tcf_proto *goto_tp; 273 const struct tcf_proto *, 275 int (*init)(struct tcf_proto*); 276 void (*destroy)(struct tcf_proto *tp, 279 void* (*get)(struct tcf_proto*, u32 handle); 281 struct tcf_proto*, unsigned long, 285 int (*delete)(struct tcf_proto *tp, void *arg, 288 void (*walk)(struct tcf_proto*, struct tcf_walker *arg); 289 int (*reoffload)(struct tcf_proto *tp, bool add, 301 int (*dump)(struct net*, struct tcf_proto*, void *, [all …]
|
D | pkt_cls.h | 20 int (*fn)(struct tcf_proto *, void *node, struct tcf_walker *); 48 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, 90 int tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, 96 struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, in tcf_block_get() 196 static inline int tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, in tcf_classify() 221 tcf_bind_filter(struct tcf_proto *tp, struct tcf_result *r, unsigned long base) in tcf_bind_filter() 245 tcf_unbind_filter(struct tcf_proto *tp, struct tcf_result *r) in tcf_unbind_filter() 393 int tcf_exts_validate(struct net *net, struct tcf_proto *tp, 505 int tcf_em_tree_validate(struct tcf_proto *, struct nlattr *, 721 const struct tcf_proto *tp, u32 flags, in tc_cls_common_offload_init()
|
D | act_api.h | 171 int tcf_action_init(struct net *net, struct tcf_proto *tp, struct nlattr *nla, 175 struct tc_action *tcf_action_init_1(struct net *net, struct tcf_proto *tp,
|