Searched refs:my_ioctl (Results 1 – 1 of 1) sorted by relevance
119 static int my_ioctl(struct ifnet *, u_long, caddr_t);892 ifp->if_ioctl = my_ioctl; in my_attach()1656 my_ioctl(struct ifnet * ifp, u_long command, caddr_t data) in my_ioctl() function