Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c367 struct tcf_proto *tp_head) in tcf_chain_head_change_item()
370 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()
374 struct tcf_proto *tp_head) in tcf_chain0_head_change()
384 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()
366 tcf_chain_head_change_item(struct tcf_filter_chain_list_item *item, struct tcf_proto *tp_head) tcf_chain_head_change_item() argument
373 tcf_chain0_head_change(struct tcf_chain *chain, struct tcf_proto *tp_head) tcf_chain0_head_change() argument
[all...]
H A Dsch_generic.c1429 struct tcf_proto *tp_head) in mini_qdisc_pair_swap()
1432 * Can't access chain directly because tp_head can be NULL. in mini_qdisc_pair_swap()
1438 if (!tp_head) { in mini_qdisc_pair_swap()
1453 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
1428 mini_qdisc_pair_swap(struct mini_Qdisc_pair *miniqp, struct tcf_proto *tp_head) mini_qdisc_pair_swap() argument
/kernel/linux/linux-6.6/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 Dcls_api.c490 struct tcf_proto *tp_head) in tcf_chain_head_change_item()
493 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()
497 struct tcf_proto *tp_head) in tcf_chain0_head_change()
507 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change()
909 struct tcf_proto *tp_head; in tcf_chain0_head_change_cb_add() local
913 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()
914 if (tp_head) in tcf_chain0_head_change_cb_add()
915 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change_cb_add()
1476 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) in tcf_chain_head_change_dflt() argument
1480 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
489 tcf_chain_head_change_item(struct tcf_filter_chain_list_item *item, struct tcf_proto *tp_head) tcf_chain_head_change_item() argument
496 tcf_chain0_head_change(struct tcf_chain *chain, struct tcf_proto *tp_head) tcf_chain0_head_change() argument
[all...]
H A Dsch_generic.c1547 struct tcf_proto *tp_head) in mini_qdisc_pair_swap()
1550 * Can't access chain directly because tp_head can be NULL. in mini_qdisc_pair_swap()
1556 if (!tp_head) { in mini_qdisc_pair_swap()
1572 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
1546 mini_qdisc_pair_swap(struct mini_Qdisc_pair *miniqp, struct tcf_proto *tp_head) mini_qdisc_pair_swap() argument
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h426 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1317 struct tcf_proto *tp_head);
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h446 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);
1309 struct tcf_proto *tp_head);

Completed in 19 milliseconds