Home
last modified time | relevance | path

Searched refs:app_count (Results 1 – 1 of 1) sorted by relevance

/net/dcb/
Ddcbnl.c980 u16 app_count; in dcbnl_build_peer_app() local
988 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()