/src/sys/net/ |
if_vlan.c | 164 struct pslist_entry ifv_hash; member in struct:ifvlan 231 } ifv_hash __cacheline_aligned = { 283 mutex_init(&ifv_hash.lock, MUTEX_DEFAULT, IPL_NONE); 307 mutex_destroy(&ifv_hash.lock); 522 PSLIST_ENTRY_INIT(ifv, ifv_hash); 523 idx = vlan_tag_hash(vid, ifv_hash.mask); 525 mutex_enter(&ifv_hash.lock); 526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash); 527 mutex_exit(&ifv_hash.lock) [all...] |
if_vlan.c | 164 struct pslist_entry ifv_hash; member in struct:ifvlan 231 } ifv_hash __cacheline_aligned = { 283 mutex_init(&ifv_hash.lock, MUTEX_DEFAULT, IPL_NONE); 307 mutex_destroy(&ifv_hash.lock); 522 PSLIST_ENTRY_INIT(ifv, ifv_hash); 523 idx = vlan_tag_hash(vid, ifv_hash.mask); 525 mutex_enter(&ifv_hash.lock); 526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash); 527 mutex_exit(&ifv_hash.lock) [all...] |
if_vlan.c | 164 struct pslist_entry ifv_hash; member in struct:ifvlan 231 } ifv_hash __cacheline_aligned = { 283 mutex_init(&ifv_hash.lock, MUTEX_DEFAULT, IPL_NONE); 307 mutex_destroy(&ifv_hash.lock); 522 PSLIST_ENTRY_INIT(ifv, ifv_hash); 523 idx = vlan_tag_hash(vid, ifv_hash.mask); 525 mutex_enter(&ifv_hash.lock); 526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash); 527 mutex_exit(&ifv_hash.lock) [all...] |
if_vlan.c | 164 struct pslist_entry ifv_hash; member in struct:ifvlan 231 } ifv_hash __cacheline_aligned = { 283 mutex_init(&ifv_hash.lock, MUTEX_DEFAULT, IPL_NONE); 307 mutex_destroy(&ifv_hash.lock); 522 PSLIST_ENTRY_INIT(ifv, ifv_hash); 523 idx = vlan_tag_hash(vid, ifv_hash.mask); 525 mutex_enter(&ifv_hash.lock); 526 PSLIST_WRITER_INSERT_HEAD(&ifv_hash.lists[idx], ifv, ifv_hash); 527 mutex_exit(&ifv_hash.lock) [all...] |