MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcpmd5_support_enable

Function tcpmd5_support_enable

freebsd/netipsec/subr_ipsec.c:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302)
303
304void
305tcpmd5_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
313void
314tcpmd5_support_disable(void)

Callers 1

tcpmd5_modeventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected