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