Searched refs:ifstat (Results 1 – 3 of 3) sorted by relevance
436 struct ifstat { struct
3188 struct ifstat *ifs = NULL; in ifioctl()3359 ifs = kalloc_type(struct ifstat, Z_WAITOK | Z_NOFAIL); in ifioctl()3570 kfree_type(struct ifstat, ifs); in ifioctl()
147 #define SIOCGIFSTATUS _IOWR('i', 61, struct ifstat) /* get IF status */