Home
last modified time | relevance | path

Searched refs:nxbind (Results 1 – 19 of 19) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.h86 struct nxbind *nup_cli_nxb;
87 struct nxbind *nup_srv_nxb;
99 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
H A Dnx_user_pipe.c90 struct nxbind *, void *);
94 struct kern_channel *, struct nxbind *, struct proc *);
433 struct nxbind *nxb0, void *info) in nx_upipe_dom_bind_port()
437 struct nxbind *nxb = NULL; in nx_upipe_dom_bind_port()
477 struct nxbind *nxb = NULL; in nx_upipe_dom_unbind_port()
515 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_upipe_dom_connect()
1448 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_upipe_na_find()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_var.h94 struct nxbind { struct
120 struct nxbind *npi_nxb; argument
389 (struct kern_nexus *, nexus_port_t *, struct nxbind *, void *);
395 struct nxbind *, struct proc *);
477 struct nxbind *, struct nexus_adapter **, struct proc *);
479 struct nxbind *);
481 struct nxbind *, void *);
576 extern struct nxbind *nxb_alloc(zalloc_flags_t);
577 extern void nxb_free(struct nxbind *);
578 extern boolean_t nxb_is_equal(struct nxbind *, struct nxbind *);
[all …]
H A Dnexus.c88 static SKMEM_TYPE_DEFINE(nxbind_zone, struct nxbind);
617 struct nxbind *nxb = NULL; in nxctl_nexus_bind()
914 struct nxbind *
917 struct nxbind *nxb = zalloc_flags(nxbind_zone, how | Z_ZERO); in nxb_alloc()
926 nxb_free(struct nxbind *nxb) in nxb_free()
942 nxb_is_equal(struct nxbind *nxb0, struct nxbind *nxb1) in nxb_is_equal()
972 nxb_move(struct nxbind *snxb, struct nxbind *dnxb) in nxb_move()
2586 nx_port_alloc(struct kern_nexus *nx, nexus_port_t nx_port, struct nxbind *nxb, in nx_port_alloc()
2590 struct nxbind *nxb0; in nx_port_alloc()
2734 struct nxbind *nxb0, void *info) in nx_port_bind_info()
[all …]
H A Dnexus_adapter.h615 struct chreq *, struct kern_channel *, struct nxbind *,
621 struct chreq *, struct kern_channel *, struct nxbind *, struct proc *);
H A Dnexus_adapter.c2505 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in na_connect()
2853 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p, in na_find()
/xnu-8796.141.3/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c82 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 *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 *nxb; in nx_kpipe_prov_nx_dtor()
696 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_kpipe_na_find()
H A Dnx_kernel_pipe.h76 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_var.h85 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 Dnx_flowswitch.c99 struct nxbind *, void *);
103 struct kern_channel *, struct nxbind *, struct proc *);
640 struct nxbind *nxb, void *info) in nx_fsw_dom_bind_port()
714 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_fsw_dom_connect()
873 struct chreq *chr, struct nxbind *nxb, struct proc *p, in nx_fsw_na_find()
H A Dnx_flowswitch.h349 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
H A Dfsw_flow.c132 struct nxbind nxb; in fsw_flow_add()
H A Dfsw.c114 struct chreq *chr, struct nxbind *nxb, struct proc *p, in fsw_attach_vp()
1298 const struct nxbind *nxb) in fsw_port_ctor()
1401 fsw_port_alloc__(struct nx_flowswitch *fsw, struct nxbind *nxb, in fsw_port_alloc__()
1449 fsw_port_alloc(struct nx_flowswitch *fsw, struct nxbind *nxb, in fsw_port_alloc()
/xnu-8796.141.3/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.h81 struct chreq *, struct kern_channel *, struct nxbind *, struct proc *,
H A Dnx_monitor.c159 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()
1419 struct chreq *chr, struct kern_channel *ch0, struct nxbind *nxb, in nx_monitor_na_find()
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif.h283 struct nxbind *nif_dev_nxb;
284 struct nxbind *nif_host_nxb;
503 struct chreq *, struct nxbind *, struct proc *, struct nexus_adapter **,
H A Dnx_netif.c122 struct nxbind *, void *);
126 struct kern_channel *, struct nxbind *, struct proc *);
1073 struct nxbind *nxb, void *info) in nx_netif_dom_bind_port()
1144 struct kern_channel *ch0, struct nxbind *nxb, struct proc *p) in nx_netif_dom_connect()
3030 struct chreq *chr, struct nxbind *nxb, struct proc *p,
H A Dnx_netif_netagent.c303 struct nxbind nxb; in nx_netif_netagent_flow_bind()
/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel.c89 struct kern_channel *, struct nxbind *, struct proc *, int, int *);
1529 struct nxbind *nxb = NULL; in ch_open()
2008 struct nxbind *nxb, struct proc *p, int fd, int *err) in ch_connect()