Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_module.c121 error = pf_proto_register(PF_INET, &sctp_stream_protosw); in sctp_module_load()
124 error = pf_proto_register(PF_INET, &sctp_seqpacket_protosw); in sctp_module_load()
132 error = pf_proto_register(PF_INET6, &sctp6_stream_protosw); in sctp_module_load()
135 error = pf_proto_register(PF_INET6, &sctp6_seqpacket_protosw); in sctp_module_load()
H A Dip_divert.c785 err = pf_proto_register(PF_INET, &div_protosw); in div_modevent()
H A Dip_carp.c2252 proto_reg[CARP_INET6] = pf_proto_register(PF_INET6, in carp_mod_load()
2269 proto_reg[CARP_INET] = pf_proto_register(PF_INET, &in_carp_protosw); in carp_mod_load()
/f-stack/freebsd/netinet6/
H A Dsend.c329 error = pf_proto_register(PF_INET6, &send_protosw); in send_modevent()
/f-stack/tools/compat/include/sys/
H A Dprotosw.h347 int pf_proto_register(int family, struct protosw *npr);
/f-stack/freebsd/sys/
H A Dprotosw.h349 int pf_proto_register(int family, struct protosw *npr);
/f-stack/freebsd/kern/
H A Duipc_domain.c332 pf_proto_register(int family, struct protosw *npr) in pf_proto_register() function
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c2510 error = pf_proto_register(PF_INET, &in_pfsync_protosw); in pfsync_init()