taglinefilesource code
net_skbcount51net/core/skbuff.cvolatile unsigned long net_skbcount = 0;
net_skbcount61net/core/skbuff.cprintk("Networking buffers in use          : %lu\n",net_skbcount);
net_skbcount559net/core/skbuff.cnet_skbcount++;
net_skbcount585net/core/skbuff.cnet_skbcount--;