Searched refs:tp_head (Results 1 – 4 of 4) sorted by relevance
55 static void clsact_chain_head_change(struct tcf_proto *tp_head, void *priv) in clsact_chain_head_change() argument59 mini_qdisc_pair_swap(miniqp, tp_head); in clsact_chain_head_change()
389 struct tcf_proto *tp_head) in tcf_chain_head_change_item() argument392 item->chain_head_change(tp_head, item->chain_head_change_priv); in tcf_chain_head_change_item()396 struct tcf_proto *tp_head) in tcf_chain0_head_change() argument406 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change()826 struct tcf_proto *tp_head; in tcf_chain0_head_change_cb_add() local830 tp_head = tcf_chain_dereference(chain0->filter_chain, chain0); in tcf_chain0_head_change_cb_add()831 if (tp_head) in tcf_chain0_head_change_cb_add()832 tcf_chain_head_change_item(item, tp_head); in tcf_chain0_head_change_cb_add()1394 static void tcf_chain_head_change_dflt(struct tcf_proto *tp_head, void *priv) in tcf_chain_head_change_dflt() argument1398 rcu_assign_pointer(*p_filter_chain, tp_head); in tcf_chain_head_change_dflt()
1358 struct tcf_proto *tp_head) in mini_qdisc_pair_swap() argument1367 if (!tp_head) { in mini_qdisc_pair_swap()1382 miniq->filter_list = tp_head; in mini_qdisc_pair_swap()
379 typedef void tcf_chain_head_change_t(struct tcf_proto *tp_head, void *priv);1289 struct tcf_proto *tp_head);