Home
last modified time | relevance | path

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

/linux/include/net/
H A Dpkt_cls.h47 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block,
49 void tcf_chain_put_by_act(struct tcf_chain *chain);
50 struct tcf_chain *tcf_get_next_chain(struct tcf_block *block,
51 struct tcf_chain *chain);
52 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
H A Dsch_generic.h335 struct tcf_chain;
371 struct tcf_chain *chain,
375 void (*tmplt_reoffload)(struct tcf_chain *chain,
421 struct tcf_chain *chain;
445 struct tcf_chain { struct
484 struct tcf_chain *chain;
494 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) in lockdep_tcf_chain_is_locked()
/linux/net/sched/
H A Dact_simple.c65 struct tcf_chain *goto_ch = NULL; in reset_policy()
96 struct tcf_chain *goto_ch = NULL; in tcf_simp_init()
H A Dact_connmark.c107 struct tcf_chain *goto_ch = NULL; in tcf_connmark_init()
H A Dact_gact.c61 struct tcf_chain *goto_ch = NULL; in tcf_gact_init()
H A Dact_skbmod.c112 struct tcf_chain *goto_ch = NULL; in tcf_skbmod_init()
H A Dact_nat.c43 struct tcf_chain *goto_ch = NULL; in tcf_nat_init()
H A Dact_sample.c46 struct tcf_chain *goto_ch = NULL; in tcf_sample_init()
H A Dact_bpf.c287 struct tcf_chain *goto_ch = NULL; in tcf_bpf_init()
H A Dact_vlan.c125 struct tcf_chain *goto_ch = NULL; in tcf_vlan_init()
H A Dact_skbedit.c126 struct tcf_chain *goto_ch = NULL; in tcf_skbedit_init()
H A Dact_pedit.c163 struct tcf_chain *goto_ch = NULL; in tcf_pedit_init()
H A Dact_mirred.c111 struct tcf_chain *goto_ch = NULL; in tcf_mirred_init()
H A Dact_csum.c52 struct tcf_chain *goto_ch = NULL; in tcf_csum_init()
H A Dcls_flower.c113 struct tcf_chain *chain;
2765 static int fl_hw_create_tmplt(struct tcf_chain *chain, in fl_hw_create_tmplt()
2791 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, in fl_hw_destroy_tmplt()
2804 static void *fl_tmplt_create(struct net *net, struct tcf_chain *chain, in fl_tmplt_create()
2859 static void fl_tmplt_reoffload(struct tcf_chain *chain, bool add, in fl_tmplt_reoffload()
H A Dact_tunnel_key.c368 struct tcf_chain *goto_ch = NULL; in tunnel_key_init()
H A Dact_ife.c489 struct tcf_chain *goto_ch = NULL; in tcf_ife_init()
H A Dact_ct.c1350 struct tcf_chain *goto_ch = NULL; in tcf_ct_init()
H A Dsch_api.c2085 struct tcf_chain *chain; in tc_bind_class_walker()