Home
last modified time | relevance | path

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

/csrg-svn/sys/tahoe/if/
H A Dif_vba.h10 struct ifvba { struct
11 struct mbuf *iff_mbuf; /* associated mbuf to free */
12 caddr_t iff_buffer; /* contiguous memory for data, kernel address */
13 u_long iff_physaddr; /* contiguous memory for data, phys address */
H A Dif_vba.c38 register struct ifvba *ifvba = ifvba0; variable