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_skbcount551net/core/skbuff.cnet_skbcount++;
net_skbcount576net/core/skbuff.cnet_skbcount--;