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

Function ipcomp_detach

freebsd/netipsec/xform_ipcomp.c:759–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759static void
760ipcomp_detach(void)
761{
762
763#ifdef INET
764 ip_encap_detach(ipe4_cookie);
765#endif
766#ifdef INET6
767 ip6_encap_detach(ipe6_cookie);
768#endif
769 xform_detach(&ipcomp_xformsw);
770}
771
772SYSINIT(ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
773 ipcomp_attach, NULL);

Callers

nothing calls this directly

Calls 3

ip_encap_detachFunction · 0.85
ip6_encap_detachFunction · 0.85
xform_detachFunction · 0.85

Tested by

no test coverage detected