Lines Matching defs:ipsec_softc
88 struct ipsec_softc {
95 CK_LIST_ENTRY(ipsec_softc) idhash;
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;
220 struct ipsec_softc *sc;
233 struct ipsec_softc *sc;
319 ipsec_getpolicy(struct ipsec_softc *sc, int dir, sa_family_t af)
340 ipsec_getsaidx(struct ipsec_softc *sc, int dir, sa_family_t af)
354 struct ipsec_softc *sc;
457 struct ipsec_softc *sc;
525 struct ipsec_softc *sc;
785 ipsec_set_running(struct ipsec_softc *sc)
821 struct ipsec_softc *sc;
854 ipsec_newpolicies(struct ipsec_softc *sc, struct secpolicy *sp[IPSEC_SPCOUNT],
916 struct ipsec_softc *sc;
934 ipsec_init_reqid(struct ipsec_softc *sc)
963 ipsec_set_reqid(struct ipsec_softc *sc, uint32_t reqid)
1006 struct ipsec_softc *sc;
1027 ipsec_set_tunnel(struct ipsec_softc *sc, struct sockaddr *src,
1067 ipsec_delete_tunnel(struct ipsec_softc *sc)