taglinefilesource code
net_skbcount50net/core/skbuff.cvolatile unsigned long net_skbcount = 0;
net_skbcount58net/core/skbuff.cprintk("Networking buffers in use          : %lu\n",net_skbcount);
net_skbcount550net/core/skbuff.cnet_skbcount++;
net_skbcount575net/core/skbuff.cnet_skbcount--;