Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv4/
Dtcp_ao.c1193 struct hlist_node *key_head; in tcp_ao_copy_all_matching() local
1256 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()