Home
last modified time | relevance | path

Searched refs:l2tp_softc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/net/
H A Dif_l2tp.c98 LIST_HEAD(l2tp_sclist, l2tp_softc) list;
145 static void l2tp_variant_update(struct l2tp_softc *, struct l2tp_variant *);
146 static int l2tp_set_session(struct l2tp_softc *, uint32_t, uint32_t);
147 static int l2tp_clear_session(struct l2tp_softc *);
148 static int l2tp_set_cookie(struct l2tp_softc *, uint64_t, u_int, uint64_t, u_int);
149 static void l2tp_clear_cookie(struct l2tp_softc *);
150 static void l2tp_set_state(struct l2tp_softc *, int);
241 struct l2tp_softc *sc; in l2tp_clone_create()
248 sc = kmem_zalloc(sizeof(struct l2tp_softc), KM_SLEEP); in l2tp_clone_create()
252 kmem_free(sc, sizeof(struct l2tp_softc)); in l2tp_clone_create()
[all …]
H A Dif_l2tp.h74 struct l2tp_softc *lv_softc;
94 struct l2tp_softc { struct
108 LIST_ENTRY(l2tp_softc) l2tp_list; /* list of all l2tps */ argument
128 l2tp_getref_variant(struct l2tp_softc *sc, struct psref *psref) in l2tp_getref_variant()
164 int l2tpattach0(struct l2tp_softc *);
/netbsd-src/sys/netinet/
H A Din_l2tp.c88 struct l2tp_softc *sc; in in_l2tp_output()
246 struct l2tp_softc *sc; in in_l2tp_input()
361 struct l2tp_softc *sc = arg; in in_l2tp_match()
403 struct l2tp_softc *sc = var->lv_softc; in in_l2tp_attach()
/netbsd-src/sys/netinet6/
H A Din6_l2tp.c96 struct l2tp_softc *sc; in in6_l2tp_output()
241 struct l2tp_softc *sc; in in6_l2tp_input()
356 struct l2tp_softc *sc = arg; in in6_l2tp_match()
398 struct l2tp_softc *sc = var->lv_softc; in in6_l2tp_attach()