| 2521 | } |
| 2522 | |
| 2523 | static void |
| 2524 | pfsync_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 | |
| 2534 | static int |
| 2535 | pfsync_modevent(module_t mod, int type, void *data) |
no test coverage detected