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

Function tcpmd5_support_disable

freebsd/netipsec/subr_ipsec.c:313–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void
314tcpmd5_support_disable(void)
315{
316
317 if (tcp_ipsec_support->enabled & IPSEC_MODULE_ENABLED) {
318 ipsec_kmod_drain(&tcp_ipsec_support->enabled);
319 tcp_ipsec_support->methods = NULL;
320 }
321}
322#endif /* !TCP_SIGNATURE */
323
324#ifndef IPSEC

Callers 1

tcpmd5_modeventFunction · 0.85

Calls 1

ipsec_kmod_drainFunction · 0.85

Tested by

no test coverage detected