Searched refs:app_count (Results 1 – 1 of 1) sorted by relevance
980 u16 app_count; in dcbnl_build_peer_app() local988 err = ops->peer_getappinfo(netdev, &info, &app_count); in dcbnl_build_peer_app()989 if (!err && app_count) { in dcbnl_build_peer_app()990 table = kmalloc_array(app_count, sizeof(struct dcb_app), in dcbnl_build_peer_app()1016 for (i = 0; i < app_count; i++) { in dcbnl_build_peer_app()