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

/net/dcb/
H A Ddcbnl.c979 u16 app_count; local
987 err = ops->peer_getappinfo(netdev, &info, &app_count);
988 if (!err && app_count) {
989 table = kmalloc(sizeof(struct dcb_app) * app_count, GFP_KERNEL);
1014 for (i = 0; i < app_count; i++) {

Completed in 5 milliseconds