taglinefilesource code
net_allocs62net/core/skbuff.catomic_t net_allocs = 0;
net_allocs72net/core/skbuff.cprintk("Total network buffer allocations   : %u\n",net_allocs);
net_allocs686net/core/skbuff.cnet_allocs++;
net_allocs771net/core/skbuff.catomic_inc(&net_allocs);