Searched refs:pf_proto_register (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 121 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 D | ip_divert.c | 785 err = pf_proto_register(PF_INET, &div_protosw); in div_modevent()
|
| H A D | ip_carp.c | 2252 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 D | send.c | 329 error = pf_proto_register(PF_INET6, &send_protosw); in send_modevent()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 347 int pf_proto_register(int family, struct protosw *npr);
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 349 int pf_proto_register(int family, struct protosw *npr);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 332 pf_proto_register(int family, struct protosw *npr) in pf_proto_register() function
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | if_pfsync.c | 2510 error = pf_proto_register(PF_INET, &in_pfsync_protosw); in pfsync_init()
|