my_ioctl
static int my_ioctl(struct ifnet *, u_long, caddr_t, struct ucred *);
ifp->if_ioctl = my_ioctl;