Lines Matching refs:dext
175 if_data_ext_get(const char *ifname, struct if_data_ext *dext) in if_data_ext_get() argument
187 dext->ifi_oqdrops = 0; in if_data_ext_get()
190 dext->ifi_oqdrops = drops; in if_data_ext_get()
230 struct if_data_ext dext; in intpr_sysctl() local
312 if_data_ext_get(origname, &dext); in intpr_sysctl()
315 NULL, dflag ? &dext : NULL); in intpr_sysctl()
515 struct if_data *ifd, struct ifnet *ifnet, struct if_data_ext *dext) in print_addr() argument
688 ifnet->if_snd.ifq_drops : dext->ifi_oqdrops); in print_addr()
1133 struct if_data_ext dext; in fetchifs() local
1149 memset(&dext, 0, sizeof(dext)); in fetchifs()
1172 if_data_ext_get(name, &dext); in fetchifs()
1189 ip_cur.ift_oq = dext.ifi_oqdrops; in fetchifs()
1200 sum_cur.ift_oq += dext.ifi_oqdrops; in fetchifs()