Searched refs:key_head (Results 1 – 1 of 1) sorted by relevance
1193 struct hlist_node *key_head; in tcp_ao_copy_all_matching() local1256 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head)); in tcp_ao_copy_all_matching()1257 first_key = hlist_entry_safe(key_head, struct tcp_ao_key, node); in tcp_ao_copy_all_matching()1278 hlist_for_each_entry_safe(key, key_head, &new_ao->head, node) { in tcp_ao_copy_all_matching()