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

Function pfsync_uninit

freebsd/netpfil/pf/if_pfsync.c:2523–2532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2521}
2522
2523static void
2524pfsync_uninit()
2525{
2526 pfsync_detach_ifnet_ptr = NULL;
2527
2528#ifdef INET
2529 ipproto_unregister(IPPROTO_PFSYNC);
2530 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW);
2531#endif
2532}
2533
2534static int
2535pfsync_modevent(module_t mod, int type, void *data)

Callers 1

pfsync_modeventFunction · 0.85

Calls 2

ipproto_unregisterFunction · 0.85
pf_proto_unregisterFunction · 0.85

Tested by

no test coverage detected