Home
last modified time | relevance | path

Searched refs:NXBF_MATCH_UNIQUEID (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.101.5/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c144 nxb.nxb_flags |= NXBF_MATCH_UNIQUEID; in fsw_flow_add()
H A Dfsw.c1299 ASSERT(nxb == NULL || !(nxb->nxb_flags & NXBF_MATCH_UNIQUEID) || in fsw_port_ctor()
1411 if (nxb != NULL && (nxb->nxb_flags & NXBF_MATCH_UNIQUEID)) { in fsw_port_alloc__()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_var.h103 #define NXBF_MATCH_UNIQUEID 0x1 /* match against process's unique ID */ macro
H A Dnexus.c737 nxb->nxb_flags |= NXBF_MATCH_UNIQUEID; in nxctl_nexus_bind()
948 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c324 nxb.nxb_flags |= NXBF_MATCH_UNIQUEID; in nx_netif_netagent_flow_bind()
/xnu-8796.101.5/bsd/skywalk/channel/
H A Dchannel.c1601 nxb->nxb_flags |= NXBF_MATCH_UNIQUEID; in ch_open()