Home
last modified time | relevance | path

Searched defs:unrhdr (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A D_unrhdr.h40 struct unrhdr { struct
42 u_int low; /* Lowest item */
43 u_int high; /* Highest item */
44 u_int busy; /* Count of allocated items */
45 u_int alloc; /* Count of memory allocations */
46 u_int first; /* items in allocated from start */
47 u_int last; /* items free at end */
48 struct mtx *mtx;
/f-stack/freebsd/net/
H A Dif_tuntap.c270 struct unrhdr *unrhdr; member