taglinefilesource code
net_skbcount62net/core/skbuff.catomic_t net_skbcount = 0;
net_skbcount72net/core/skbuff.cprintk("Networking buffers in use          : %u\n",net_skbcount);
net_skbcount694net/core/skbuff.cnet_skbcount++;
net_skbcount718net/core/skbuff.catomic_dec(&net_skbcount);
net_skbcount734net/core/skbuff.catomic_dec(&net_skbcount);
net_skbcount757net/core/skbuff.catomic_inc(&net_skbcount);