Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/netmap/
Dnetmap_kern.h639 #define plut_entry lut_entry macro
644 struct plut_entry *plut;
1882 struct plut_entry { struct
1907 struct plut_entry *plut = na->na_lut.plut; in PNMB()
Dnetmap_mem2.c776 static struct plut_entry *
779 size_t n = sizeof(struct plut_entry) * nobj; in nm_alloc_plut()
780 struct plut_entry *lut; in nm_alloc_plut()
786 nm_free_plut(struct plut_entry * lut) in nm_free_plut()