Home
last modified time | relevance | path

Searched refs:pt_ifs (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c2505 struct mem_pt_if *pt_ifs; /* list of interfaces in passthrough */ member
2525 if (ptnmd->pt_ifs) { in netmap_mem_pt_guest_ifp_add()
2526 ptif->next = ptnmd->pt_ifs; in netmap_mem_pt_guest_ifp_add()
2528 ptnmd->pt_ifs = ptif; in netmap_mem_pt_guest_ifp_add()
2545 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) { in netmap_mem_pt_guest_ifp_lookup()
2565 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) { in netmap_mem_pt_guest_ifp_del()
2570 ptnmd->pt_ifs = curr->next; in netmap_mem_pt_guest_ifp_del()
2896 ptnmd->pt_ifs = NULL; in netmap_mem_pt_guest_create()