Home
last modified time | relevance | path

Searched refs:tcf_chain (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/sched/
Dcls_api.c155 u32 prio, struct tcf_chain *chain, in tcf_proto_create()
201 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
204 struct tcf_chain *chain; in tcf_chain_create()
225 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change()
237 static void tcf_chain_destroy(struct tcf_chain *chain) in tcf_chain_destroy()
249 static void tcf_chain_hold(struct tcf_chain *chain) in tcf_chain_hold()
254 static bool tcf_chain_held_by_acts_only(struct tcf_chain *chain) in tcf_chain_held_by_acts_only()
262 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
265 struct tcf_chain *chain; in tcf_chain_lookup()
274 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb,
[all …]
Dcls_flower.c81 struct tcf_chain *chain;
1361 static void fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt()
1383 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt()
1397 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
Dact_api.c53 const struct tcf_chain *chain = a->goto_chain; in tcf_action_goto_chain_exec()
Dsch_api.c1829 struct tcf_chain *chain; in tc_bind_tclass()
/Linux-v4.19/include/net/
Dsch_generic.h247 struct tcf_chain;
275 struct tcf_chain *chain,
305 struct tcf_chain *chain;
319 struct tcf_chain { struct
343 struct tcf_chain *chain; argument
Dpkt_cls.h43 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
45 void tcf_chain_put_by_act(struct tcf_chain *chain);
Dact_api.h40 struct tcf_chain *goto_chain;