Searched refs:ipsec_softc (Results 1 – 1 of 1) sorted by relevance
88 struct ipsec_softc { struct95 CK_LIST_ENTRY(ipsec_softc) idhash; argument96 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 …]