OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2tp_hash
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_l2tp.c
110
}
l2tp_hash
__cacheline_aligned = {
204
mutex_init(&
l2tp_hash
.lock, MUTEX_DEFAULT, IPL_NONE);
231
mutex_destroy(&
l2tp_hash
.lock);
265
PSLIST_ENTRY_INIT(sc,
l2tp_hash
);
1123
l2tp_hash
.lists = hashinit(L2TP_ID_HASH_SIZE, HASH_PSLIST, true,
1124
&
l2tp_hash
.mask);
1132
mutex_enter(&
l2tp_hash
.lock);
1134
for (i = 0; i <
l2tp_hash
.mask + 1; i++) {
1135
if (PSLIST_WRITER_FIRST(&
l2tp_hash
.lists[i], struct l2tp_softc,
1136
l2tp_hash
) != NULL)
[
all
...]
if_l2tp.h
109
struct pslist_entry
l2tp_hash
; /* hashed list to lookup by session id */
member in struct:l2tp_softc
Completed in 16 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025