Home
last modified time | relevance | path

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

12

/linux/net/sched/
A Dcls_api.c351 struct tcf_chain *chain; in tcf_chain_create()
446 struct tcf_chain *chain; in tcf_chain_lookup()
461 struct tcf_chain *chain; in tcf_chain_lookup_rcu()
478 struct tcf_chain *chain = NULL; in __tcf_chain_get()
766 struct tcf_chain *chain0; in tcf_chain0_head_change_cb_add()
909 static struct tcf_chain *
918 struct tcf_chain, list); in __tcf_get_next_chain()
941 struct tcf_chain *
1008 struct tcf_chain *chain; in tcf_block_flush_all_chains()
1601 struct tcf_chain *fchain; in tcf_classify()
[all …]
A Dact_simple.c64 struct tcf_chain *goto_ch = NULL; in reset_policy()
95 struct tcf_chain *goto_ch = NULL; in tcf_simp_init()
A Dact_api.c44 const struct tcf_chain *chain = rcu_dereference_bh(a->goto_chain); in tcf_action_goto_chain_exec()
68 struct tcf_chain **newchain, in tcf_action_check_ctrlact()
103 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact()
104 struct tcf_chain *goto_chain) in tcf_action_set_ctrlact()
119 struct tcf_chain *chain = rcu_dereference_protected(p->goto_chain, 1); in free_tcf()
A Dact_connmark.c105 struct tcf_chain *goto_ch = NULL; in tcf_connmark_init()
A Dact_gact.c61 struct tcf_chain *goto_ch = NULL; in tcf_gact_init()
A Dact_nat.c43 struct tcf_chain *goto_ch = NULL; in tcf_nat_init()
A Dact_sample.c46 struct tcf_chain *goto_ch = NULL; in tcf_sample_init()
A Dact_skbmod.c111 struct tcf_chain *goto_ch = NULL; in tcf_skbmod_init()
A Dact_ctinfo.c165 struct tcf_chain *goto_ch = NULL; in tcf_ctinfo_init()
A Dact_skbedit.c106 struct tcf_chain *goto_ch = NULL; in tcf_skbedit_init()
A Dact_vlan.c123 struct tcf_chain *goto_ch = NULL; in tcf_vlan_init()
A Dact_bpf.c284 struct tcf_chain *goto_ch = NULL; in tcf_bpf_init()
A Dact_mirred.c100 struct tcf_chain *goto_ch = NULL; in tcf_mirred_init()
A Dact_mpls.c161 struct tcf_chain *goto_ch = NULL; in tcf_mpls_init()
A Dact_pedit.c145 struct tcf_chain *goto_ch = NULL; in tcf_pedit_init()
A Dact_police.c57 struct tcf_chain *goto_ch = NULL; in tcf_police_init()
A Dact_gate.c305 struct tcf_chain *goto_ch = NULL; in tcf_gate_init()
A Dact_csum.c52 struct tcf_chain *goto_ch = NULL; in tcf_csum_init()
A Dact_tunnel_key.c366 struct tcf_chain *goto_ch = NULL; in tunnel_key_init()
A Dcls_flower.c99 struct tcf_chain *chain;
2326 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt()
2352 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt()
2365 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
A Dact_ife.c489 struct tcf_chain *goto_ch = NULL; in tcf_ife_init()
A Dact_ct.c1246 struct tcf_chain *goto_ch = NULL; in tcf_ct_init()
/linux/include/net/
A Dact_api.h42 struct tcf_chain __rcu *goto_chain;
244 struct tcf_chain **handle,
246 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
247 struct tcf_chain *newchain);
A Dpkt_cls.h45 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
47 void tcf_chain_put_by_act(struct tcf_chain *chain);
48 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
49 struct tcf_chain *chain);
50 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
A Dsch_generic.h351 struct tcf_chain;
387 struct tcf_chain *chain,
431 struct tcf_chain *chain;
454 struct tcf_chain { struct
489 struct tcf_chain *chain; argument
497 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked()

Completed in 62 milliseconds

12