Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ipvlan/
Dipvlan.h93 struct hlist_head hlhead[IPVLAN_HASH_SIZE]; member
Dipvlan_core.c64 hlist_for_each_entry_rcu(addr, &port->hlhead[hash], hlnode) { in ipvlan_ht_addr_lookup()
85 hlist_add_head_rcu(&addr->hlnode, &port->hlhead[hash]); in ipvlan_ht_addr_add()
Dipvlan_main.c55 INIT_HLIST_HEAD(&port->hlhead[idx]); in ipvlan_port_create()