Lines Matching refs:tcf_chain

54 	const struct tcf_chain *chain;
178 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying()
197 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying()
218 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed()
373 u32 prio, struct tcf_chain *chain, in tcf_proto_create()
448 static void tcf_chain_put(struct tcf_chain *chain);
505 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
508 struct tcf_chain *chain; in tcf_chain_create()
532 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change()
549 static bool tcf_chain_detach(struct tcf_chain *chain) in tcf_chain_detach()
574 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy()
584 static void tcf_chain_hold(struct tcf_chain *chain) in tcf_chain_hold()
591 static bool tcf_chain_held_by_acts_only(struct tcf_chain *chain) in tcf_chain_held_by_acts_only()
601 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
604 struct tcf_chain *chain; in tcf_chain_lookup()
616 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
619 struct tcf_chain *chain; in tcf_chain_lookup_rcu()
629 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb,
633 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get()
637 struct tcf_chain *chain = NULL; in __tcf_chain_get()
673 static struct tcf_chain *tcf_chain_get(struct tcf_block *block, u32 chain_index, in tcf_chain_get()
679 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index) in tcf_chain_get_by_act()
692 static void __tcf_chain_put(struct tcf_chain *chain, bool by_act, in __tcf_chain_put()
740 static void tcf_chain_put(struct tcf_chain *chain) in tcf_chain_put()
745 void tcf_chain_put_by_act(struct tcf_chain *chain) in tcf_chain_put_by_act()
751 static void tcf_chain_put_explicitly_created(struct tcf_chain *chain) in tcf_chain_put_explicitly_created()
756 static void tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) in tcf_chain_flush()
926 struct tcf_chain *chain0; in tcf_chain0_head_change_cb_add()
1071 static struct tcf_chain *
1072 __tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in __tcf_get_next_chain()
1080 struct tcf_chain, list); in __tcf_get_next_chain()
1103 struct tcf_chain *
1104 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in tcf_get_next_chain()
1106 struct tcf_chain *chain_next = __tcf_get_next_chain(block, chain); in tcf_get_next_chain()
1116 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in __tcf_get_next_proto()
1157 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_get_next_proto()
1170 struct tcf_chain *chain; in tcf_block_flush_all_chains()
1589 struct tcf_chain *chain, *chain_prev; in tcf_block_playback_offloads()
1834 struct tcf_chain *fchain; in tcf_classify()
1899 static struct tcf_proto *tcf_chain_tp_prev(struct tcf_chain *chain, in tcf_chain_tp_prev()
1905 static int tcf_chain_tp_insert(struct tcf_chain *chain, in tcf_chain_tp_insert()
1921 static void tcf_chain_tp_remove(struct tcf_chain *chain, in tcf_chain_tp_remove()
1933 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain,
1943 static struct tcf_proto *tcf_chain_tp_insert_unique(struct tcf_chain *chain, in tcf_chain_tp_insert_unique()
1977 static void tcf_chain_tp_delete_empty(struct tcf_chain *chain, in tcf_chain_tp_delete_empty()
2018 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain, in tcf_chain_tp_find()
2186 struct tcf_chain *chain, int event, in tfilter_notify_chain()
2222 struct tcf_chain *chain; in tc_new_tfilter()
2456 struct tcf_chain *chain = NULL; in tc_del_tfilter()
2612 struct tcf_chain *chain = NULL; in tc_get_tfilter()
2742 static bool tcf_chain_dump(struct tcf_chain *chain, struct Qdisc *q, u32 parent, in tcf_chain_dump()
2811 struct tcf_chain *chain, *chain_prev; in tc_dump_tfilter()
2969 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb, in tc_chain_notify()
3027 static int tc_chain_tmplt_add(struct tcf_chain *chain, struct net *net, in tc_chain_tmplt_add()
3086 struct tcf_chain *chain; in tc_ctl_chain()
3216 struct tcf_chain *chain; in tc_dump_chain()