OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l2tp_variant
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet6/
in6_l2tp.h
35
int in6_l2tp_output(struct
l2tp_variant
*, struct mbuf *);
36
int in6_l2tp_attach(struct
l2tp_variant
*);
37
int in6_l2tp_detach(struct
l2tp_variant
*);
in6_l2tp.c
91
in6_l2tp_output(struct
l2tp_variant
*var, struct mbuf *m)
242
struct
l2tp_variant
*var;
357
struct
l2tp_variant
*var;
396
in6_l2tp_attach(struct
l2tp_variant
*var)
412
in6_l2tp_detach(struct
l2tp_variant
*var)
/src/sys/netinet/
in_l2tp.h
37
int in_l2tp_output(struct
l2tp_variant
*, struct mbuf *);
38
int in_l2tp_attach(struct
l2tp_variant
*);
39
int in_l2tp_detach(struct
l2tp_variant
*);
in_l2tp.c
86
in_l2tp_output(struct
l2tp_variant
*var, struct mbuf *m)
251
struct
l2tp_variant
*var;
362
struct
l2tp_variant
*var;
401
in_l2tp_attach(struct
l2tp_variant
*var)
417
in_l2tp_detach(struct
l2tp_variant
*var)
/src/sys/net/
if_l2tp.h
73
struct
l2tp_variant
{
struct
98
struct
l2tp_variant
*l2tp_var; /*
119
* Get
l2tp_variant
from l2tp_softc.
121
*
l2tp_variant
itself is protected not to be freed by lv_psref.
127
static __inline struct
l2tp_variant
*
130
struct
l2tp_variant
*var;
146
l2tp_putref_variant(struct
l2tp_variant
*var, struct psref *psref)
155
l2tp_heldref_variant(struct
l2tp_variant
*var)
168
struct
l2tp_variant
*l2tp_lookup_session_ref(uint32_t, struct psref *);
if_l2tp.c
126
static int l2tp_tx_enqueue(struct
l2tp_variant
*, struct mbuf *);
129
static void l2tp_sendit(struct
l2tp_variant
*, struct mbuf *);
130
static void l2tpintr(struct
l2tp_variant
*);
145
static void l2tp_variant_update(struct l2tp_softc *, struct
l2tp_variant
*);
151
static int l2tp_encap_attach(struct
l2tp_variant
*);
152
static int l2tp_encap_detach(struct
l2tp_variant
*);
242
struct
l2tp_variant
*var;
256
var = kmem_zalloc(sizeof(struct
l2tp_variant
), KM_SLEEP);
338
struct
l2tp_variant
*var;
366
kmem_free(var, sizeof(struct
l2tp_variant
));
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025