Home
last modified time | relevance | path

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

/src/sys/net/
H A Dif_tuntap.c250 static d_read_t tunread; variable
291 .d_read = tunread,
308 .d_read = tunread,
325 .d_read = tunread,
1826 tunread(struct cdev *dev, struct uio *uio, int flag) in tunread() function