Searched refs:ch_ctx (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 122 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 D | nexus.c | 1245 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 D | channel_kern.c | 196 return ch->ch_ctx; in kern_channel_get_context()
|
| H A D | channel_var.h | 164 void *ch_ctx; member
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | if_utun.c | 243 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 D | if_ipsec.c | 529 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()
|