Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_ao.c1194 struct hlist_node *key_head; in tcp_ao_copy_all_matching() local
1257 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head)); in tcp_ao_copy_all_matching()
1258 first_key = hlist_entry_safe(key_head, struct tcp_ao_key, node); in tcp_ao_copy_all_matching()
1279 hlist_for_each_entry_safe(key, key_head, &new_ao->head, node) { in tcp_ao_copy_all_matching()