Searched refs:utun_kpipe_pp (Results 1 – 1 of 1) sorted by relevance
118 kern_pbufpool_t utun_kpipe_pp; member1325 if (pcb->utun_kpipe_pp != NULL) { in utun_disable_channel()1326 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_disable_channel()1327 pcb->utun_kpipe_pp = NULL; in utun_disable_channel()1385 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()1395 init.nxi_tx_pbufpool = pcb->utun_kpipe_pp; in utun_enable_channel()1419 if (pcb->utun_kpipe_pp != NULL) { in utun_enable_channel()1420 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_enable_channel()1421 pcb->utun_kpipe_pp = NULL; in utun_enable_channel()1979 if (pcb->utun_kpipe_pp != NULL) { in utun_ctl_disconnect()[all …]