Home
last modified time | relevance | path

Searched refs:pf_proto_unregister (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_module.c156 (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 Dip_divert.c819 err = pf_proto_unregister(PF_INET, IPPROTO_DIVERT, SOCK_RAW); in div_modevent()
H A Dip_carp.c2203 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 Dsend.c356 error = pf_proto_unregister(PF_INET6, IPPROTO_SEND, SOCK_RAW); in send_modevent()
/f-stack/tools/compat/include/sys/
H A Dprotosw.h348 int pf_proto_unregister(int family, int protocol, int type);
/f-stack/freebsd/sys/
H A Dprotosw.h350 int pf_proto_unregister(int family, int protocol, int type);
/f-stack/freebsd/kern/
H A Duipc_domain.c404 pf_proto_unregister(int family, int protocol, int type) in pf_proto_unregister() function
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2515 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()