Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c122 nexus_port_t nexus_port, kern_channel_t channel, void **ch_ctx) in kplo_pre_connect() argument
129 *ch_ctx = KPLO_GENERATE_CTX(channel); in kplo_pre_connect()
131 nexus_port, SK_KVA(channel), (uint64_t)(*ch_ctx)); in kplo_pre_connect()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c1245 ASSERT(ch->ch_ctx == NULL); in nxprov_advise_connect()
1264 ch->ch_info->cinfo_nx_port, ch, &ch->ch_ctx); in nxprov_advise_connect()
1269 ch->ch_ctx = NULL; in nxprov_advise_connect()
1354 ch->ch_ctx = NULL; in nxprov_advise_disconnect()
1364 ASSERT(ch->ch_ctx == NULL); in nxprov_advise_disconnect()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_kern.c196 return ch->ch_ctx; in kern_channel_get_context()
H A Dchannel_var.h164 void *ch_ctx; member
/xnu-8019.80.24/bsd/net/
H A Dif_utun.c243 nexus_port_t nexus_port, kern_channel_t channel, void **ch_ctx);
3080 nexus_port_t nexus_port, kern_channel_t channel, void **ch_ctx) in utun_nexus_pre_connect() argument
3083 #pragma unused(nexus, nexus_port, channel, ch_ctx) in utun_nexus_pre_connect()
H A Dif_ipsec.c529 nexus_port_t nexus_port, kern_channel_t channel, void **ch_ctx) in ipsec_nexus_pre_connect() argument
532 #pragma unused(nexus, nexus_port, channel, ch_ctx) in ipsec_nexus_pre_connect()