Searched refs:ipsec_support (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netipsec/ |
H A D | ipsec_support.h | 39 struct ipsec_support; 149 struct ipsec_support { struct 153 extern const struct ipsec_support * const ipv4_ipsec_support; argument 154 extern const struct ipsec_support * const ipv6_ipsec_support; 179 struct ipsec_support { struct 183 extern struct ipsec_support * const ipv4_ipsec_support; argument 184 extern struct ipsec_support * const ipv6_ipsec_support; 186 void ipsec_support_enable(struct ipsec_support * const, 188 void ipsec_support_disable(struct ipsec_support * const); 190 int ipsec_kmod_input(struct ipsec_support * const, struct mbuf *, int, int); [all …]
|
H A D | subr_ipsec.c | 263 DECLARE_MODULE(ipsec_support, ipsec_support_mod, SI_SUB_PROTO_DOMAIN, 265 MODULE_VERSION(ipsec_support, 1); 316 static struct ipsec_support ipv4_ipsec = { 320 struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; 324 static struct ipsec_support ipv6_ipsec = { 328 struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; 332 udp_input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD() 337 udp_pcbctl, METHOD_DECL(struct ipsec_support * const sc, struct inpcb *inp, in IPSEC_KMOD_METHOD() 342 input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD() 347 check_policy, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD() [all …]
|
H A D | ipsec_mod.c | 69 static const struct ipsec_support ipv4_ipsec = { 73 const struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; 91 static const struct ipsec_support ipv6_ipsec = { 95 const struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; 148 MODULE_DEPEND(ipsec, ipsec_support, 1, 1, 1);
|
H A D | xform_tcp.c | 438 MODULE_DEPEND(tcpmd5, ipsec_support, 1, 1, 1);
|
/freebsd/sys/conf/ |
H A D | files | 4455 ipsec_support inet | ipsec_support inet6 4457 ipsec_support inet | ipsec_support inet6 4459 ipsec_support inet | ipsec_support inet6 4461 ipsec_support inet | ipsec_support inet6 4463 ipsec_support inet | ipsec_support inet6 4469 ipsec inet6 tcp_signature | ipsec_support inet tcp_signature | \ 4470 ipsec_support inet6 tcp_signature
|