Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_ingress.c56 static void clsact_chain_head_change(struct tcf_proto *tp_head, void *priv) in clsact_chain_head_change() argument
60 mini_qdisc_pair_swap(miniqp, tp_head); in clsact_chain_head_change()
H A Dsch_generic.c1566 struct tcf_proto *tp_head) in mini_qdisc_pair_swap() argument
1569 * Can't access chain directly because tp_head can be NULL. in mini_qdisc_pair_swap()
1575 if (!tp_head) { in mini_qdisc_pair_swap()
1591 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
H A Dcls_api.c519 struct tcf_proto *tp_head) in tcf_chain_head_change_item() argument
522 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()
526 struct tcf_proto *tp_head) in tcf_chain0_head_change() argument
536 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change()
938 struct tcf_proto *tp_head; in tcf_chain0_head_change_cb_add() local
942 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()
943 if (tp_head) in tcf_chain0_head_change_cb_add()
944 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change_cb_add()
1526 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) in tcf_chain_head_change_dflt() argument
1530 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
/linux/include/net/
H A Dsch_generic.h444 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1370 struct tcf_proto *tp_head);