tag
line
file
source code
net_allocs
47
net/inet/skbuff.c
volatile unsigned long net_allocs = 0;
net_allocs
56
net/inet/skbuff.c
printk("Total network buffer allocations : %lu\n",net_allocs);
net_allocs
429
net/inet/skbuff.c
net_allocs++;