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

/linux-master/net/sched/
H A Dsch_ingress.c56 static void clsact_chain_head_change(struct tcf_proto *tp_head, void *priv) argument
60 mini_qdisc_pair_swap(miniqp, tp_head);
H A Dcls_api.c490 struct tcf_proto *tp_head)
493 item->chain_head_change(tp_head, item->chain_head_change_priv);
497 struct tcf_proto *tp_head)
507 tcf_chain_head_change_item(item, tp_head);
909 struct tcf_proto *tp_head; local
913 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0);
914 if (tp_head)
915 tcf_chain_head_change_item(item, tp_head);
1496 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) argument
1500 rcu_assign_pointer(*p_filter_chain, tp_head);
489 tcf_chain_head_change_item(struct tcf_filter_chain_list_item *item, struct tcf_proto *tp_head) argument
496 tcf_chain0_head_change(struct tcf_chain *chain, struct tcf_proto *tp_head) argument
[all...]
H A Dsch_generic.c1553 struct tcf_proto *tp_head)
1556 * Can't access chain directly because tp_head can be NULL.
1562 if (!tp_head) {
1578 miniq->filter_list = tp_head;
1552 mini_qdisc_pair_swap(struct mini_Qdisc_pair *miniqp, struct tcf_proto *tp_head) argument
/linux-master/include/net/
H A Dsch_generic.h441 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1339 struct tcf_proto *tp_head);

Completed in 120 milliseconds