Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/flowswitch/
H A Dfsw_flow.c144 nxb.nxb_flags |= NXBF_MATCH_UNIQUEID; in fsw_flow_add()
147 nxb.nxb_flags |= NXBF_MATCH_KEY; in fsw_flow_add()
H A Dfsw.c1420 ASSERT(nxb == NULL || !(nxb->nxb_flags & NXBF_MATCH_UNIQUEID) || in fsw_port_ctor()
1532 if (nxb != NULL && (nxb->nxb_flags & NXBF_MATCH_UNIQUEID)) { in fsw_port_alloc__()
/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus.c774 nxb->nxb_flags |= NXBF_MATCH_UNIQUEID; in nxctl_nexus_bind()
779 nxb->nxb_flags |= NXBF_MATCH_EXEC_UUID; in nxctl_nexus_bind()
784 nxb->nxb_flags |= NXBF_MATCH_KEY; in nxctl_nexus_bind()
814 SK_KVA(nx), SK_KVA(nxb), nbr.nb_port, nxb->nxb_flags, in nxctl_nexus_bind()
991 if ((nxb0->nxb_flags & NXBF_MATCH_UNIQUEID) && in nxb_is_equal()
996 if ((nxb0->nxb_flags & NXBF_MATCH_EXEC_UUID) && in nxb_is_equal()
1001 ASSERT(!(nxb0->nxb_flags & NXBF_MATCH_KEY) || in nxb_is_equal()
1004 if ((nxb0->nxb_flags & NXBF_MATCH_KEY) && in nxb_is_equal()
1017 ASSERT(!(snxb->nxb_flags & NXBF_MATCH_KEY) || in nxb_move()
H A Dnexus_var.h99 uint32_t nxb_flags; member
/xnu-11417.140.69/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c290 nxb.nxb_flags |= NXBF_MATCH_UNIQUEID; in nx_netif_netagent_flow_bind()
293 nxb.nxb_flags |= NXBF_MATCH_KEY; in nx_netif_netagent_flow_bind()
/xnu-11417.140.69/bsd/skywalk/channel/
H A Dchannel.c1627 nxb->nxb_flags |= NXBF_MATCH_UNIQUEID; in ch_open()
1630 nxb->nxb_flags |= NXBF_MATCH_EXEC_UUID; in ch_open()
1633 nxb->nxb_flags |= NXBF_MATCH_KEY; in ch_open()