Searched refs:utun_pcb (Results 1 – 1 of 1) sorted by relevance
86 struct utun_pcb { struct87 TAILQ_ENTRY(utun_pcb) utun_chain;180 static errno_t utun_pkt_input(struct utun_pcb *pcb, mbuf_t m);184 static boolean_t utun_data_move_begin(struct utun_pcb *pcb);185 static void utun_data_move_end(struct utun_pcb *pcb);186 static void utun_wait_data_move_drain(struct utun_pcb *pcb);279 TAILQ_HEAD(utun_list, utun_pcb) utun_head;282 sizeof(struct utun_pcb), ZC_ZFREE_CLEARMEM);357 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_ring_init()373 struct utun_pcb *pcb = kern_nexus_get_context(nexus); in utun_netif_ring_fini()[all …]