Searched refs:dom_protosw (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 115 (int)(pr - pr->pr_domain->dom_protosw))); in protosw_init() 131 (int)(pr - pr->pr_domain->dom_protosw))); in protosw_init() 135 (int)(pr - pr->pr_domain->dom_protosw))); in protosw_init() 178 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) in domain_init() 295 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) in pffindtype() 316 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) { in pffindproto() 364 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) { in pf_proto_register() 428 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) { in pf_proto_unregister() 472 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) in pfctlinput() 486 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) in pfslowtimo() [all …]
|
| H A D | uipc_debug.c | 259 db_printf("dom_protosw: %p ", d->dom_protosw); in db_print_domain()
|
| H A D | kern_mbuf.c | 823 for (pr = dp->dom_protosw; pr < dp->dom_protoswNPROTOSW; pr++) in mb_reclaim()
|
| H A D | uipc_usrreq.c | 464 .dom_protosw = localsw,
|
| /f-stack/tools/compat/include/sys/ |
| H A D | domain.h | 58 struct protosw *dom_protosw, *dom_protoswNPROTOSW; member
|
| /f-stack/freebsd/sys/ |
| H A D | domain.h | 61 struct protosw *dom_protosw, *dom_protoswNPROTOSW; member
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 229 .dom_protosw = ng_btsocket_protosw,
|
| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 299 .dom_protosw = inetsw,
|
| H A D | ip_input.c | 363 for (pr = inetdomain.dom_protosw; in ip_init() 892 for (pr = inetdomain.dom_protosw; in ipproto_register()
|
| /f-stack/freebsd/netipsec/ |
| H A D | keysock.c | 471 .dom_protosw = keysw,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 338 .dom_protosw = (struct protosw *)inet6sw,
|
| H A D | ip6_input.c | 276 for (pr = inet6domain.dom_protosw; in ip6_init() 317 for (pr = inet6domain.dom_protosw; in ip6proto_register()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 1185 .dom_protosw = ngsw,
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 2611 .dom_protosw = routesw,
|