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

/linux-master/drivers/net/
H A Dmacvlan.c53 struct hlist_head vlan_source_hash[MACVLAN_HASH_SIZE]; member in struct:macvlan_port
144 struct hlist_head *h = &vlan->port->vlan_source_hash[idx];
171 h = &port->vlan_source_hash[macvlan_eth_hash(addr)];
391 hash_for_each_safe(port->vlan_source_hash, i, next, entry, hlist)
430 struct hlist_head *h = &port->vlan_source_hash[idx];
1253 INIT_HLIST_HEAD(&port->vlan_source_hash[i]);
1673 struct hlist_head *h = &vlan->port->vlan_source_hash[i];

Completed in 116 milliseconds