Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
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()
Dcls_api.c387 struct tcf_proto *tp_head) in tcf_chain_head_change_item() argument
390 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()
394 struct tcf_proto *tp_head) in tcf_chain0_head_change() argument
404 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change()
803 struct tcf_proto *tp_head; in tcf_chain0_head_change_cb_add() local
807 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()
808 if (tp_head) in tcf_chain0_head_change_cb_add()
809 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change_cb_add()
1370 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) in tcf_chain_head_change_dflt() argument
1374 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
Dsch_generic.c1539 struct tcf_proto *tp_head) in mini_qdisc_pair_swap() argument
1548 if (!tp_head) { in mini_qdisc_pair_swap()
1564 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
/Linux-v6.1/include/net/
Dsch_generic.h433 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1281 struct tcf_proto *tp_head);