Searched refs:hlhead (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 220 milliseconds