Lines Matching refs:tcf_chain
58 static void tcf_proto_signal_destroying(struct tcf_chain *chain, in tcf_proto_signal_destroying()
77 static bool tcf_proto_exists_destroying(struct tcf_chain *chain, in tcf_proto_exists_destroying()
98 tcf_proto_signal_destroyed(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_proto_signal_destroyed()
252 u32 prio, struct tcf_chain *chain, in tcf_proto_create()
292 static void tcf_chain_put(struct tcf_chain *chain);
348 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
351 struct tcf_chain *chain; in tcf_chain_create()
375 static void tcf_chain0_head_change(struct tcf_chain *chain, in tcf_chain0_head_change()
392 static bool tcf_chain_detach(struct tcf_chain *chain) in tcf_chain_detach()
416 static void tcf_chain_destroy(struct tcf_chain *chain, bool free_block) in tcf_chain_destroy()
426 static void tcf_chain_hold(struct tcf_chain *chain) in tcf_chain_hold()
433 static bool tcf_chain_held_by_acts_only(struct tcf_chain *chain) in tcf_chain_held_by_acts_only()
443 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
446 struct tcf_chain *chain; in tcf_chain_lookup()
458 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
461 struct tcf_chain *chain; in tcf_chain_lookup_rcu()
471 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb,
474 static struct tcf_chain *__tcf_chain_get(struct tcf_block *block, in __tcf_chain_get()
478 struct tcf_chain *chain = NULL; in __tcf_chain_get()
514 static struct tcf_chain *tcf_chain_get(struct tcf_block *block, u32 chain_index, in tcf_chain_get()
520 struct tcf_chain *tcf_chain_get_by_act(struct tcf_block *block, u32 chain_index) in tcf_chain_get_by_act()
533 static void __tcf_chain_put(struct tcf_chain *chain, bool by_act, in __tcf_chain_put()
580 static void tcf_chain_put(struct tcf_chain *chain) in tcf_chain_put()
585 void tcf_chain_put_by_act(struct tcf_chain *chain) in tcf_chain_put_by_act()
591 static void tcf_chain_put_explicitly_created(struct tcf_chain *chain) in tcf_chain_put_explicitly_created()
596 static void tcf_chain_flush(struct tcf_chain *chain, bool rtnl_held) in tcf_chain_flush()
766 struct tcf_chain *chain0; in tcf_chain0_head_change_cb_add()
909 static struct tcf_chain *
910 __tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in __tcf_get_next_chain()
918 struct tcf_chain, list); in __tcf_get_next_chain()
941 struct tcf_chain *
942 tcf_get_next_chain(struct tcf_block *block, struct tcf_chain *chain) in tcf_get_next_chain()
944 struct tcf_chain *chain_next = __tcf_get_next_chain(block, chain); in tcf_get_next_chain()
954 __tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in __tcf_get_next_proto()
995 tcf_get_next_proto(struct tcf_chain *chain, struct tcf_proto *tp) in tcf_get_next_proto()
1008 struct tcf_chain *chain; in tcf_block_flush_all_chains()
1404 struct tcf_chain *chain, *chain_prev; in tcf_block_playback_offloads()
1601 struct tcf_chain *fchain; in tcf_classify()
1641 static struct tcf_proto *tcf_chain_tp_prev(struct tcf_chain *chain, in tcf_chain_tp_prev()
1647 static int tcf_chain_tp_insert(struct tcf_chain *chain, in tcf_chain_tp_insert()
1663 static void tcf_chain_tp_remove(struct tcf_chain *chain, in tcf_chain_tp_remove()
1675 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain,
1685 static struct tcf_proto *tcf_chain_tp_insert_unique(struct tcf_chain *chain, in tcf_chain_tp_insert_unique()
1719 static void tcf_chain_tp_delete_empty(struct tcf_chain *chain, in tcf_chain_tp_delete_empty()
1760 static struct tcf_proto *tcf_chain_tp_find(struct tcf_chain *chain, in tcf_chain_tp_find()
1918 struct tcf_chain *chain, int event) in tfilter_notify_chain()
1948 struct tcf_chain *chain = NULL; in tc_new_tfilter()
2179 struct tcf_chain *chain = NULL; in tc_del_tfilter()
2339 struct tcf_chain *chain = NULL; in tc_get_tfilter()
2469 static bool tcf_chain_dump(struct tcf_chain *chain, struct Qdisc *q, u32 parent, in tcf_chain_dump()
2537 struct tcf_chain *chain, *chain_prev; in tc_dump_tfilter()
2689 static int tc_chain_notify(struct tcf_chain *chain, struct sk_buff *oskb, in tc_chain_notify()
2743 static int tc_chain_tmplt_add(struct tcf_chain *chain, struct net *net, in tc_chain_tmplt_add()
2800 struct tcf_chain *chain = NULL; in tc_ctl_chain()
2933 struct tcf_chain *chain; in tc_dump_chain()