Lines Matching refs:tcf_chain
57 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying()
76 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying()
97 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed()
251 u32 prio, struct tcf_chain *chain, in tcf_proto_create()
291 static void tcf_chain_put(struct tcf_chain *chain);
368 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
371 struct tcf_chain *chain; in tcf_chain_create()
395 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change()
412 static bool tcf_chain_detach(struct tcf_chain *chain) in tcf_chain_detach()
436 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy()
446 static void tcf_chain_hold(struct tcf_chain *chain) in tcf_chain_hold()
453 static bool tcf_chain_held_by_acts_only(struct tcf_chain *chain) in tcf_chain_held_by_acts_only()
463 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
466 struct tcf_chain *chain; in tcf_chain_lookup()
477 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb,
480 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get()
484 struct tcf_chain *chain = NULL; in __tcf_chain_get()
520 static struct tcf_chain *tcf_chain_get(struct tcf_block *block, u32 chain_index, in tcf_chain_get()
526 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index) in tcf_chain_get_by_act()
539 static void __tcf_chain_put(struct tcf_chain *chain, bool by_act, in __tcf_chain_put()
586 static void tcf_chain_put(struct tcf_chain *chain) in tcf_chain_put()
591 void tcf_chain_put_by_act(struct tcf_chain *chain) in tcf_chain_put_by_act()
597 static void tcf_chain_put_explicitly_created(struct tcf_chain *chain) in tcf_chain_put_explicitly_created()
602 static void tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) in tcf_chain_flush()
807 struct tcf_chain *chain0; in tcf_chain0_head_change_cb_add()
950 static struct tcf_chain *
951 __tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in __tcf_get_next_chain()
959 struct tcf_chain, list); in __tcf_get_next_chain()
982 struct tcf_chain *
983 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in tcf_get_next_chain()
985 struct tcf_chain *chain_next = __tcf_get_next_chain(block, chain); in tcf_get_next_chain()
995 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in __tcf_get_next_proto()
1036 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp, in tcf_get_next_proto()
1050 struct tcf_chain *chain; in tcf_block_flush_all_chains()
1446 struct tcf_chain *chain, *chain_prev; in tcf_block_playback_offloads()
1636 static struct tcf_proto *tcf_chain_tp_prev(struct tcf_chain *chain, in tcf_chain_tp_prev()
1642 static int tcf_chain_tp_insert(struct tcf_chain *chain, in tcf_chain_tp_insert()
1658 static void tcf_chain_tp_remove(struct tcf_chain *chain, in tcf_chain_tp_remove()
1670 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain,
1680 static struct tcf_proto *tcf_chain_tp_insert_unique(struct tcf_chain *chain, in tcf_chain_tp_insert_unique()
1714 static void tcf_chain_tp_delete_empty(struct tcf_chain *chain, in tcf_chain_tp_delete_empty()
1755 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain, in tcf_chain_tp_find()
1909 struct tcf_chain *chain, int event, in tfilter_notify_chain()
1940 struct tcf_chain *chain = NULL; in tc_new_tfilter()
2166 struct tcf_chain *chain = NULL; in tc_del_tfilter()
2326 struct tcf_chain *chain = NULL; in tc_get_tfilter()
2455 static bool tcf_chain_dump(struct tcf_chain *chain, struct Qdisc *q, u32 parent, in tcf_chain_dump()
2518 struct tcf_chain *chain, *chain_prev; in tc_dump_tfilter()
2663 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb, in tc_chain_notify()
2719 static int tc_chain_tmplt_add(struct tcf_chain *chain, struct net *net, in tc_chain_tmplt_add()
2770 struct tcf_chain *chain = NULL; in tc_ctl_chain()
2903 struct tcf_chain *chain; in tc_dump_chain()