Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Diface_drivers.c93 error = ifhwioctl(SIOCSIFMTU, ifp, (char *)&ifr, curthread); in _nl_modify_ifp_generic()
/freebsd/sys/net/
H A Dif_var.h712 int ifhwioctl(u_long, if_t, caddr_t, struct thread *);
H A Dif_tuntap.c1609 error = ifhwioctl(SIOCSIFMTU, TUN2IFP(tp), in tunioctl()
H A Dif.c2457 ifhwioctl(u_long cmd, struct ifnet *ifp, caddr_t data, struct thread *td) in ifhwioctl() function
3070 error = ifhwioctl(cmd, ifp, data, td); in ifioctl()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1295 return (ifhwioctl(SIOCSIFFLAGS, vf_ifp, (caddr_t)&ifr, curthread)); in hn_xpnt_vf_iocsetflags()
1478 error = ifhwioctl(SIOCGIFRSSKEY, vf_ifp, (caddr_t)&ifrk, curthread); in hn_vf_rss_fixup()
1500 error = ifhwioctl(SIOCGIFRSSHASH, vf_ifp, (caddr_t)&ifrh, curthread); in hn_vf_rss_fixup()
1702 error = ifhwioctl(SIOCSIFMTU, vf_ifp, (caddr_t)&ifr, curthread); in hn_xpnt_vf_setready()
3766 error = ifhwioctl(SIOCSIFMTU,vf_ifp, in hn_ioctl()
3992 error = ifhwioctl(cmd, vf_ifp, data, curthread); in hn_ioctl()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c227 error = ifhwioctl(SIOCSIFMTU, ifp, (caddr_t)&ifr, curthread); in ipoib_propagate_ifnet_mtu()