Searched refs:utun_kpipe_pp (Results 1 – 1 of 1) sorted by relevance
118 kern_pbufpool_t utun_kpipe_pp; member1324 if (pcb->utun_kpipe_pp != NULL) { in utun_disable_channel()1325 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_disable_channel()1326 pcb->utun_kpipe_pp = NULL; in utun_disable_channel()1384 result = kern_pbufpool_create(&pp_init, &pcb->utun_kpipe_pp, in utun_enable_channel()1394 init.nxi_tx_pbufpool = pcb->utun_kpipe_pp; in utun_enable_channel()1418 if (pcb->utun_kpipe_pp != NULL) { in utun_enable_channel()1419 kern_pbufpool_destroy(pcb->utun_kpipe_pp); in utun_enable_channel()1420 pcb->utun_kpipe_pp = NULL; in utun_enable_channel()1978 if (pcb->utun_kpipe_pp != NULL) { in utun_ctl_disconnect()[all …]