Home
last modified time | relevance | path

Searched refs:hlhead (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan.h92 struct hlist_head hlhead[IPVLAN_HASH_SIZE]; member
H A 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()
H A Dipvlan_main.c73 INIT_HLIST_HEAD(&port->hlhead[idx]); in ipvlan_port_create()
/kernel/linux/linux-6.6/drivers/net/ipvlan/
H A Dipvlan.h92 struct hlist_head hlhead[IPVLAN_HASH_SIZE]; member
H A 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()
H A Dipvlan_main.c75 INIT_HLIST_HEAD(&port->hlhead[idx]); in ipvlan_port_create()

Completed in 6 milliseconds