taglinefilesource code
allocation84include/net/sock.hunsigned long      allocation;    /* Allocation mode */
allocation1074net/appletalk/ddp.csk->allocation=GFP_KERNEL;
allocation907net/ax25/af_ax25.csk->allocation    = GFP_KERNEL;
allocation452net/core/sock.cskb = sock_wmalloc(sk, size, 0, sk->allocation);
allocation635net/ipv4/af_inet.csk->allocation = GFP_KERNEL;
allocation717net/ipv4/icmp.csk->allocation=GFP_ATOMIC;
allocation447net/netrom/af_netrom.csk->allocation    = GFP_KERNEL;
allocation294net/unix/af_unix.csk->allocation=GFP_KERNEL;