| 302 | ) |
| 303 | |
| 304 | void |
| 305 | tcpmd5_support_enable(const struct tcpmd5_methods * const methods) |
| 306 | { |
| 307 | |
| 308 | KASSERT(tcp_ipsec_support->enabled == 0, ("TCP-MD5 already enabled")); |
| 309 | tcp_ipsec_support->methods = methods; |
| 310 | tcp_ipsec_support->enabled |= IPSEC_MODULE_ENABLED; |
| 311 | } |
| 312 | |
| 313 | void |
| 314 | tcpmd5_support_disable(void) |