Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ipvlan/
Dipvlan.h92 struct hlist_head hlhead[IPVLAN_HASH_SIZE]; member
Dipvlan_core.c81 hlist_for_each_entry_rcu(addr, &port->hlhead[hash], hlnode) in ipvlan_ht_addr_lookup()
96 hlist_add_head_rcu(&addr->hlnode, &port->hlhead[hash]); in ipvlan_ht_addr_add()
Dipvlan_main.c75 INIT_HLIST_HEAD(&port->hlhead[idx]); in ipvlan_port_create()