Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/netmap/
HDnetmap_mem2.c2508 struct mem_pt_if *pt_ifs; /* list of interfaces in passthrough */ member
2528 if (ptnmd->pt_ifs) { in netmap_mem_pt_guest_ifp_add()
2529 ptif->next = ptnmd->pt_ifs; in netmap_mem_pt_guest_ifp_add()
2531 ptnmd->pt_ifs = ptif; in netmap_mem_pt_guest_ifp_add()
2548 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) { in netmap_mem_pt_guest_ifp_lookup()
2568 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) { in netmap_mem_pt_guest_ifp_del()
2573 ptnmd->pt_ifs = curr->next; in netmap_mem_pt_guest_ifp_del()
2899 ptnmd->pt_ifs = NULL; in netmap_mem_pt_guest_create()