Searched refs:utun_kpipe_pp (Results 1 – 1 of 1) sorted by relevance
121 kern_pbufpool_t utun_kpipe_pp; member1327 if (pcb->utun_kpipe_pp != NULL) { in utun_disable_channel()1328 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_disable_channel()1329 pcb->utun_kpipe_pp = NULL; in utun_disable_channel()1387 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()1397 init.nxi_tx_pbufpool = pcb->utun_kpipe_pp; in utun_enable_channel()1421 if (pcb->utun_kpipe_pp != NULL) { in utun_enable_channel()1422 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_enable_channel()1423 pcb->utun_kpipe_pp = NULL; in utun_enable_channel()1986 if (pcb->utun_kpipe_pp != NULL) { in utun_ctl_disconnect()[all …]