Home | History | Annotate | Download | only in ip

Lines Matching refs:vfinfo

220 static void print_vfinfo(FILE *fp, struct rtattr *vfinfo)
230 if (vfinfo->rta_type != IFLA_VF_INFO) {
231 fprintf(stderr, "BUG: rta type is %d\n", vfinfo->rta_type);
235 parse_rtattr_nested(vf, IFLA_VF_MAX, vfinfo);