Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_ipsec.c88 struct ipsec_softc { struct
95 CK_LIST_ENTRY(ipsec_softc) idhash; argument
96 CK_LIST_ENTRY(ipsec_softc) srchash;
108 CK_LIST_HEAD(ipsec_iflist, ipsec_softc);
162 static int ipsec_init_reqid(struct ipsec_softc *);
163 static int ipsec_set_tunnel(struct ipsec_softc *, struct sockaddr *,
165 static void ipsec_delete_tunnel(struct ipsec_softc *);
169 static int ipsec_set_reqid(struct ipsec_softc *, uint32_t);
170 static void ipsec_set_running(struct ipsec_softc *);
190 struct ipsec_softc *sc; in ipsec_clone_create()
[all …]