Searched refs:tp_head (Results 1 – 4 of 4) sorted by relevance
56 static void clsact_chain_head_change(struct tcf_proto *tp_head, void *priv) in clsact_chain_head_change() argument60 mini_qdisc_pair_swap(miniqp, tp_head); in clsact_chain_head_change()
490 struct tcf_proto *tp_head) in tcf_chain_head_change_item() argument493 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() argument507 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() local913 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() argument1480 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
1547 struct tcf_proto *tp_head) in mini_qdisc_pair_swap() argument1556 if (!tp_head) { in mini_qdisc_pair_swap()1572 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
442 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);1305 struct tcf_proto *tp_head);