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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c2377 struct mem_pt_if *pt_ifs; /* list of interfaces in passthrough */ member in struct:netmap_mem_ptg
2397 if (ptnmd->pt_ifs) {
2398 ptif->next = ptnmd->pt_ifs;
2400 ptnmd->pt_ifs = ptif;
2417 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) {
2437 for (curr = ptnmd->pt_ifs; curr; curr = curr->next) {
2442 ptnmd->pt_ifs = curr->next;
2763 ptnmd->pt_ifs = NULL;

Completed in 111 milliseconds