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