Home
last modified time | relevance | path

Searched defs:nx_port (Results 1 – 12 of 12) sorted by relevance

/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_owner.c135 nexus_port_t nx_port, boolean_t if_idle) in flow_owner_bucket_purge_common()
190 nexus_port_t nx_port, struct nexus_adapter *nx_port_na, in flow_owner_bucket_activate_nx_port_common()
242 boolean_t pid_bound, pid_t pid, nexus_port_t nx_port, in flow_owner_activate_nexus_port()
275 nexus_port_t nx_port) in flow_owner_bucket_attach_common()
293 pid_t pid, nexus_port_t nx_port) in flow_owner_attach_nexus_port()
317 pid_t pid, nexus_port_t nx_port, boolean_t if_idle) in flow_owner_detach_nexus_port()
349 nexus_port_t nx_port, bool nx_port_pid_bound, bool flowadv, in flow_owner_alloc()
H A Dflow_entry.c411 nexus_port_t nx_port = req->nfr_nx_port; in flow_entry_alloc() local
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c42 nexus_port_t nx_port = req0->nfr_nx_port; in fsw_flow_add() local
404 nexus_port_t nx_port = fo->fo_nx_port; in fsw_flow_del() local
H A Dnx_flowswitch.c639 nx_fsw_dom_port_is_reserved(struct kern_nexus *nx, nexus_port_t nx_port) in nx_fsw_dom_port_is_reserved()
647 nexus_port_t *nx_port) in nx_fsw_dom_find_port()
690 nx_fsw_dom_bind_port(struct kern_nexus *nx, nexus_port_t *nx_port, in nx_fsw_dom_bind_port()
746 nx_fsw_dom_unbind_port(struct kern_nexus *nx, nexus_port_t nx_port) in nx_fsw_dom_unbind_port()
H A Dfsw.c1452 nexus_port_t nx_port = vpna->vpna_nx_port; in fsw_port_dtor() local
1507 struct nexus_vp_adapter **vpna, nexus_port_t nx_port, struct proc *p) in fsw_port_alloc__()
1555 struct nexus_vp_adapter **vpna, nexus_port_t nx_port, struct proc *p, in fsw_port_alloc()
1586 nexus_port_t nx_port, boolean_t defunct) in fsw_port_free()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus.c2472 nexus_port_t last, nexus_port_t *nx_port) in nx_port_find()
2604 nx_port_alloc(struct kern_nexus *nx, nexus_port_t nx_port, struct nxbind *nxb, in nx_port_alloc()
2711 nx_port_defunct(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_defunct()
2720 nx_port_free(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_free()
2751 nx_port_bind_info(struct kern_nexus *nx, nexus_port_t nx_port, in nx_port_bind_info()
2805 nx_port_bind(struct kern_nexus *nx, nexus_port_t nx_port, struct nxbind *nxb0) in nx_port_bind()
2826 nx_port_unbind(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_unbind()
2877 nx_port_get_na(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_get_na()
2911 nx_port_is_valid(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_is_valid()
2917 nx_port_is_defunct(struct kern_nexus *nx, nexus_port_t nx_port) in nx_port_is_defunct()
/xnu-10002.1.13/bsd/skywalk/nexus/kpipe/
H A Dnx_kernel_pipe.c255 nx_kpipe_dom_bind_port(struct kern_nexus *nx, nexus_port_t *nx_port, in nx_kpipe_dom_bind_port()
288 nx_kpipe_dom_unbind_port(struct kern_nexus *nx, nexus_port_t nx_port) in nx_kpipe_dom_unbind_port()
/xnu-10002.1.13/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c433 nx_upipe_dom_bind_port(struct kern_nexus *nx, nexus_port_t *nx_port, in nx_upipe_dom_bind_port()
475 nx_upipe_dom_unbind_port(struct kern_nexus *nx, nexus_port_t nx_port) in nx_upipe_dom_unbind_port()
/xnu-10002.1.13/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c332 nx_mon_dom_bind_port(struct kern_nexus *nx, nexus_port_t *nx_port, in nx_mon_dom_bind_port()
343 nx_mon_dom_unbind_port(struct kern_nexus *nx, nexus_port_t nx_port) in nx_mon_dom_unbind_port()
/xnu-10002.1.13/bsd/skywalk/packet/
H A Dpacket_common.h1676 __packet_set_tx_nx_port(const uint64_t ph, nexus_port_t nx_port, in __packet_set_tx_nx_port()
1688 __packet_get_tx_nx_port(const uint64_t ph, nexus_port_t *nx_port, in __packet_get_tx_nx_port()
1706 nexus_port_t nx_port; in __packet_get_tx_nx_port_id() local
/xnu-10002.1.13/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c267 nexus_port_t nx_port; in nx_netif_netagent_flow_bind() local
H A Dnx_netif.c1072 nx_netif_dom_bind_port(struct kern_nexus *nx, nexus_port_t *nx_port, in nx_netif_dom_bind_port()
1127 nx_netif_dom_unbind_port(struct kern_nexus *nx, nexus_port_t nx_port) in nx_netif_dom_unbind_port()
3082 nexus_port_t nx_port = chr->cr_port; local