Searched refs:pf_proto_unregister (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 156 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_STREAM); in sctp_module_unload() 157 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_SEQPACKET); in sctp_module_unload() 161 (void)pf_proto_unregister(PF_INET6, IPPROTO_SCTP, SOCK_STREAM); in sctp_module_unload() 162 (void)pf_proto_unregister(PF_INET6, IPPROTO_SCTP, SOCK_SEQPACKET); in sctp_module_unload()
|
| H A D | ip_divert.c | 819 err = pf_proto_unregister(PF_INET, IPPROTO_DIVERT, SOCK_RAW); in div_modevent()
|
| H A D | ip_carp.c | 2203 pf_proto_unregister(PF_INET, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup() 2211 pf_proto_unregister(PF_INET6, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup()
|
| /f-stack/freebsd/netinet6/ |
| H A D | send.c | 356 error = pf_proto_unregister(PF_INET6, IPPROTO_SEND, SOCK_RAW); in send_modevent()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 348 int pf_proto_unregister(int family, int protocol, int type);
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 350 int pf_proto_unregister(int family, int protocol, int type);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 404 pf_proto_unregister(int family, int protocol, int type) in pf_proto_unregister() function
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 2515 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_init() 2530 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_uninit()
|