Searched refs:tcf_chain_dereference (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 601 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 607 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 789 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add() 962 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 969 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 971 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto() 975 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto() 1650 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev() 1673 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove() 1738 (tp_iter = tcf_chain_dereference(*ppre in tcf_chain_tp_delete_empty() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 725 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 731 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush() 913 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add() 1086 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 1093 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto() 1095 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto() 1099 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto() 1821 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev() 1844 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove() 1909 (tp_iter = tcf_chain_dereference(*ppre in tcf_chain_tp_delete_empty() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 493 #define tcf_chain_dereference(p, chain) \ macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 501 #define tcf_chain_dereference(p, chain) \ macro
|
Completed in 13 milliseconds