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

/linux-master/drivers/net/
H A Dmacvlan.c37 #define MACVLAN_HASH_SIZE (1<<MACVLAN_HASH_BITS) macro
45 struct hlist_head vlan_hash[MACVLAN_HASH_SIZE];
53 struct hlist_head vlan_source_hash[MACVLAN_HASH_SIZE];
1250 for (i = 0; i < MACVLAN_HASH_SIZE; i++)
1252 for (i = 0; i < MACVLAN_HASH_SIZE; i++)
1704 for (i = 0; i < MACVLAN_HASH_SIZE; i++) {

Completed in 184 milliseconds