| /xnu-11417.140.69/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.h | 86 struct nxbind *nup_cli_nxb; 87 struct nxbind *nup_srv_nxb; 99 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
|
| H A D | nx_user_pipe.c | 90 struct nxbind *, void *); 94 struct kern_channel *, struct nxbind *, struct proc *); 434 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port() 438 struct nxbind *nxb = NULL; in nx_upipe_dom_bind_port() 478 struct nxbind *nxb = NULL; in nx_upipe_dom_unbind_port() 516 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_upipe_dom_connect() 1450 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_upipe_na_find()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 98 struct nxbind { struct 124 struct nxbind *npi_nxb; argument 397 (struct kern_nexus *, nexus_port_t *, struct nxbind *, void *); 403 struct nxbind *, struct proc *); 486 struct nxbind *, struct nexus_adapter **, struct proc *); 488 struct nxbind *); 490 struct nxbind *, void *); 585 extern struct nxbind *nxb_alloc(zalloc_flags_t); 586 extern void nxb_free(struct nxbind *); 587 extern boolean_t nxb_is_equal(struct nxbind *, struct nxbind *); [all …]
|
| H A D | nexus.c | 88 static SKMEM_TYPE_DEFINE(nxbind_zone, struct nxbind); 647 struct nxbind *nxb = NULL; in nxctl_nexus_bind() 956 struct nxbind * 959 struct nxbind *nxb = zalloc_flags(nxbind_zone, how | Z_ZERO); in nxb_alloc() 968 nxb_free(struct nxbind *nxb) in nxb_free() 985 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal() 1015 nxb_move(struct nxbind *snxb, struct nxbind *dnxb) in nxb_move() 2654 nx_port_alloc(struct kern_nexus *nx, nexus_port_t nx_port, struct nxbind *nxb, in nx_port_alloc() 2658 struct nxbind *nxb0; in nx_port_alloc() 2802 struct nxbind *nxb0, void *info) in nx_port_bind_info() [all …]
|
| H A D | nexus_adapter.h | 647 struct chreq *, struct kern_channel *, struct nxbind *, 653 struct chreq *, struct kern_channel *, struct nxbind *, struct proc *);
|
| H A D | nexus_adapter.c | 2657 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in na_connect() 3003 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p, in na_find()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kernel_pipe.c | 82 struct nxbind *, void *); 86 struct kern_channel *, struct nxbind *, struct proc *); 256 struct nxbind *nxb0, void *info) in nx_kpipe_dom_bind_port() 259 struct nxbind *nxb = NULL; in nx_kpipe_dom_bind_port() 290 struct nxbind *__single nxb = NULL; in nx_kpipe_dom_unbind_port() 317 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_kpipe_dom_connect() 554 struct nxbind *__single nxb; in nx_kpipe_prov_nx_dtor() 696 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_kpipe_na_find()
|
| H A D | nx_kernel_pipe.h | 76 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
|
| /xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_var.h | 85 struct nxbind *nxb0); 92 struct chreq *chr, struct nxbind *nxb, struct proc *p, 100 extern int fsw_port_alloc(struct nx_flowswitch *fsw, struct nxbind *nxb,
|
| H A D | nx_flowswitch.c | 99 struct nxbind *, void *); 103 struct kern_channel *, struct nxbind *, struct proc *); 694 struct nxbind *nxb, void *info) in nx_fsw_dom_bind_port() 768 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_fsw_dom_connect() 910 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_fsw_na_find()
|
| H A D | nx_flowswitch.h | 362 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
|
| H A D | fsw_flow.c | 132 struct nxbind nxb; in fsw_flow_add()
|
| H A D | fsw.c | 114 struct chreq *chr, struct nxbind *nxb, struct proc *p, in fsw_attach_vp() 1414 const struct nxbind *nxb) in fsw_port_ctor() 1517 fsw_port_alloc__(struct nx_flowswitch *fsw, struct nxbind *nxb, in fsw_port_alloc__() 1565 fsw_port_alloc(struct nx_flowswitch *fsw, struct nxbind *nxb, in fsw_port_alloc()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.h | 81 struct chreq *, struct kern_channel *, struct nxbind *, struct proc *,
|
| H A D | nx_monitor.c | 159 struct nxbind *, void *); 163 struct kern_channel *, struct nxbind *, struct proc *); 333 struct nxbind *nxb, void *info) in nx_mon_dom_bind_port() 355 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_mon_dom_connect() 1420 struct chreq *chr, struct kern_channel *ch0, struct nxbind *nxb, in nx_monitor_na_find()
|
| /xnu-11417.140.69/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.h | 264 struct nxbind *nif_dev_nxb; 265 struct nxbind *nif_host_nxb; 507 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
|
| H A D | nx_netif.c | 122 struct nxbind *, void *); 126 struct kern_channel *, struct nxbind *, struct proc *); 1074 struct nxbind *nxb, void *info) in nx_netif_dom_bind_port() 1145 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_netif_dom_connect() 3086 struct chreq *chr, struct nxbind *nxb, struct proc *p,
|
| H A D | nx_netif_netagent.c | 269 struct nxbind nxb; in nx_netif_netagent_flow_bind()
|
| /xnu-11417.140.69/bsd/skywalk/channel/ |
| H A D | channel.c | 89 struct kern_channel *, struct nxbind *, struct proc *, int, int *); 1546 struct nxbind *nxb = NULL; in ch_open() 2052 struct nxbind *nxb, struct proc *p, int fd, int *err) in ch_connect()
|