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_skbcount563net/core/skbuff.cnet_skbcount++;
net_skbcount598net/core/skbuff.cnet_skbcount--;
net_skbcount625net/core/skbuff.cnet_skbcount++;