Home
last modified time | relevance | path

Searched refs:tcfc_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
Dact_api.h12 struct hlist_node tcfc_head; member
27 #define tcf_head common.tcfc_head
/linux-4.4.14/net/sched/
Dact_api.c45 hlist_del(&p->tcfc_head); in tcf_hash_destroy()
96 hlist_for_each_entry_rcu(p, head, tcfc_head) { in tcf_dump_walker()
146 hlist_for_each_entry_safe(p, n, head, tcfc_head) { in tcf_del_walker()
186 hlist_for_each_entry_rcu(p, head, tcfc_head) in tcf_hash_lookup()
274 INIT_HLIST_NODE(&p->tcfc_head); in tcf_hash_create()
300 hlist_add_head(&p->tcfc_head, &hinfo->htab[h]); in tcf_hash_insert()
Dact_police.c74 hlist_for_each_entry_rcu(p, head, tcfc_head) { in tcf_act_police_walker()