Searched refs:tcf_chain_dereference (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/net/sched/ |
D | cls_api.c | 619 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 625 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 807 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add() 980 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 987 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 989 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto() 993 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto() 1666 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev() 1689 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove() 1754 (tp_iter = tcf_chain_dereference(*pprev, chain)); in tcf_chain_tp_delete_empty() [all …]
|
/Linux-v6.1/include/net/ |
D | sch_generic.h | 488 #define tcf_chain_dereference(p, chain) \ macro
|