Home
last modified time | relevance | path

Searched refs:tp_head (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_ingress.c55 static void clsact_chain_head_change(struct tcf_proto *tp_head, void *priv) in clsact_chain_head_change() argument
59 mini_qdisc_pair_swap(miniqp, tp_head); in clsact_chain_head_change()
H A Dcls_api.c369 struct tcf_proto *tp_head) in tcf_chain_head_change_item() argument
372 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()
376 struct tcf_proto *tp_head) in tcf_chain0_head_change() argument
386 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change()
785 struct tcf_proto *tp_head; in tcf_chain0_head_change_cb_add() local
789 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()
790 if (tp_head) in tcf_chain0_head_change_cb_add()
791 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change_cb_add()
1353 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) in tcf_chain_head_change_dflt() argument
1357 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
H A Dsch_generic.c1420 struct tcf_proto *tp_head) in mini_qdisc_pair_swap() argument
1429 if (!tp_head) { in mini_qdisc_pair_swap()
1444 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h431 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1320 struct tcf_proto *tp_head);