Searched refs:ipsec_support (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/netipsec/ |
| H A D | ipsec_support.h | 37 struct ipsec_support; 143 struct ipsec_support { struct 147 extern const struct ipsec_support * const ipv4_ipsec_support; argument 148 extern const struct ipsec_support * const ipv6_ipsec_support; 173 struct ipsec_support { struct 177 extern struct ipsec_support * const ipv4_ipsec_support; argument 178 extern struct ipsec_support * const ipv6_ipsec_support; 180 void ipsec_support_enable(struct ipsec_support * const, 182 void ipsec_support_disable(struct ipsec_support * const); 188 int ipsec_kmod_output(struct ipsec_support * const, struct mbuf *, [all …]
|
| H A D | subr_ipsec.c | 274 DECLARE_MODULE(ipsec_support, ipsec_support_mod, SI_SUB_PROTO_DOMAIN, 276 MODULE_VERSION(ipsec_support, 1); 327 static struct ipsec_support ipv4_ipsec = { 331 struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; 345 static struct ipsec_support ipv6_ipsec = { 349 struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; 353 input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD() 368 ctlinput, METHOD_DECL(struct ipsec_support * const sc, in IPSEC_KMOD_METHOD() 393 ipsec_kmod_capability(struct ipsec_support * const sc, struct mbuf *m, in IPSEC_KMOD_METHOD() 407 ipsec_support_enable(struct ipsec_support * const sc, in ipsec_support_enable() [all …]
|
| H A D | ipsec_mod.c | 70 static const struct ipsec_support ipv4_ipsec = { 74 const struct ipsec_support * const ipv4_ipsec_support = &ipv4_ipsec; 90 static const struct ipsec_support ipv6_ipsec = { 94 const struct ipsec_support * const ipv6_ipsec_support = &ipv6_ipsec; 147 MODULE_DEPEND(ipsec, ipsec_support, 1, 1, 1);
|
| H A D | xform_tcp.c | 438 MODULE_DEPEND(tcpmd5, ipsec_support, 1, 1, 1);
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 4432 ipsec_support inet | ipsec_support inet6 4434 ipsec_support inet | ipsec_support inet6 4436 ipsec_support inet | ipsec_support inet6 4438 ipsec_support inet | ipsec_support inet6 4440 ipsec_support inet | ipsec_support inet6 4446 ipsec inet6 tcp_signature | ipsec_support inet tcp_signature | \ 4447 ipsec_support inet6 tcp_signature
|