Home | History | Annotate | Download | only in net

Lines Matching refs:l2tp_softc

98 	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;
248 sc = kmem_zalloc(sizeof(struct l2tp_softc), KM_SLEEP);
252 kmem_free(sc, sizeof(struct l2tp_softc));
281 l2tpattach0(struct l2tp_softc *sc)
339 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
369 kmem_free(sc, sizeof(struct l2tp_softc));
377 struct l2tp_softc *sc;
409 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
461 struct l2tp_softc *sc;
499 struct l2tp_softc *sc;
547 struct l2tp_softc *sc = arg;
648 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
670 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
697 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
1016 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
1072 struct l2tp_softc *sc = container_of(ifp, struct l2tp_softc,
1135 if (PSLIST_WRITER_FIRST(&l2tp_hash.lists[i], struct l2tp_softc,
1152 l2tp_set_session(struct l2tp_softc *sc, uint32_t my_sess_id,
1195 l2tp_clear_session(struct l2tp_softc *sc)
1227 struct l2tp_softc *sc;
1232 PSLIST_READER_FOREACH(sc, &l2tp_hash.lists[idx], struct l2tp_softc,
1256 l2tp_variant_update(struct l2tp_softc *sc, struct l2tp_variant *nvar)
1276 l2tp_set_cookie(struct l2tp_softc *sc, uint64_t my_cookie, u_int my_cookie_len,
1317 l2tp_clear_cookie(struct l2tp_softc *sc)
1338 l2tp_set_state(struct l2tp_softc *sc, int state)