Lines Matching refs:head
61 struct list_head *head) in netlbl_af4list_search() argument
65 list_for_each_entry_rcu(iter, head, list) in netlbl_af4list_search()
86 struct list_head *head) in netlbl_af4list_search_exact() argument
90 list_for_each_entry_rcu(iter, head, list) in netlbl_af4list_search_exact()
111 struct list_head *head) in netlbl_af6list_search() argument
115 list_for_each_entry_rcu(iter, head, list) in netlbl_af6list_search()
137 struct list_head *head) in netlbl_af6list_search_exact() argument
141 list_for_each_entry_rcu(iter, head, list) in netlbl_af6list_search_exact()
162 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) in netlbl_af4list_add() argument
166 iter = netlbl_af4list_search(entry->addr, head); in netlbl_af4list_add()
175 list_for_each_entry_rcu(iter, head, list) in netlbl_af4list_add()
183 list_add_tail_rcu(&entry->list, head); in netlbl_af4list_add()
199 int netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) in netlbl_af6list_add() argument
203 iter = netlbl_af6list_search(&entry->addr, head); in netlbl_af6list_add()
213 list_for_each_entry_rcu(iter, head, list) in netlbl_af6list_add()
221 list_add_tail_rcu(&entry->list, head); in netlbl_af6list_add()
254 struct list_head *head) in netlbl_af4list_remove() argument
258 entry = netlbl_af4list_search_exact(addr, mask, head); in netlbl_af4list_remove()
295 struct list_head *head) in netlbl_af6list_remove() argument
299 entry = netlbl_af6list_search_exact(addr, mask, head); in netlbl_af6list_remove()