Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c245 static d_open_t tunopen; variable
284 .d_open = tunopen,
301 .d_open = tunopen,
318 .d_open = tunopen,
1033 tunopen(struct cdev *dev, int flag, int mode, struct thread *td) in tunopen() function