Home
last modified time | relevance | path

Searched refs:tcf_chain_dereference (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dcls_api.c769 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush()
775 tp = tcf_chain_dereference(chain->filter_chain, chain); in tcf_chain_flush()
957 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()
1132 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto()
1139 tp = tcf_chain_dereference(chain->filter_chain, chain); in __tcf_get_next_proto()
1141 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto()
1145 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto()
1910 return tcf_chain_dereference(*chain_info->pprev, chain); in tcf_chain_tp_prev()
1933 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); in tcf_chain_tp_remove()
1998 (tp_iter = tcf_chain_dereference(*ppre in tcf_chain_tp_delete_empty()
[all...]
/linux/include/net/
H A Dsch_generic.h527 #define tcf_chain_dereference(p, chain) \ macro