OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l2tp_var
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_l2tp.h
98
struct l2tp_variant *
l2tp_var
; /*
member in struct:l2tp_softc
102
kmutex_t l2tp_lock; /* writer lock for
l2tp_var
*/
134
var = atomic_load_consume(&sc->
l2tp_var
);
187
* + l2tp_softc->
l2tp_var
is protected by
189
* -
l2tp_var
->lv_psref for reader
190
* l2tp_softc->
l2tp_var
is used for variant values while the l2tp tunnel
202
* Such variant values must be in l2tp_softc->
l2tp_var
.
203
* - l2tp_softc->
l2tp_var
is modified like read-copy-update.
204
* So, once we dereference l2tp_softc->
l2tp_var
, we must
206
* l2tp_softc->
l2tp_var
, the l2tp_var may be other one because o
[
all
...]
if_l2tp.h
98
struct l2tp_variant *
l2tp_var
; /*
member in struct:l2tp_softc
102
kmutex_t l2tp_lock; /* writer lock for
l2tp_var
*/
134
var = atomic_load_consume(&sc->
l2tp_var
);
187
* + l2tp_softc->
l2tp_var
is protected by
189
* -
l2tp_var
->lv_psref for reader
190
* l2tp_softc->
l2tp_var
is used for variant values while the l2tp tunnel
202
* Such variant values must be in l2tp_softc->
l2tp_var
.
203
* - l2tp_softc->
l2tp_var
is modified like read-copy-update.
204
* So, once we dereference l2tp_softc->
l2tp_var
, we must
206
* l2tp_softc->
l2tp_var
, the l2tp_var may be other one because o
[
all
...]
Completed in 54 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025