sock_kmalloc      214 crypto/af_alg.c 	key = sock_kmalloc(sk, keylen, GFP_KERNEL);
sock_kmalloc      498 crypto/af_alg.c 		sgl = sock_kmalloc(sk,
sock_kmalloc     1086 crypto/af_alg.c 	struct af_alg_async_req *areq = sock_kmalloc(sk, areqlen, GFP_KERNEL);
sock_kmalloc     1137 crypto/af_alg.c 			rsgl = sock_kmalloc(sk, sizeof(*rsgl), GFP_KERNEL);
sock_kmalloc      254 crypto/algif_aead.c 		areq->tsgl = sock_kmalloc(sk, array_size(sizeof(*areq->tsgl),
sock_kmalloc      550 crypto/algif_aead.c 	ctx = sock_kmalloc(sk, len, GFP_KERNEL);
sock_kmalloc      555 crypto/algif_aead.c 	ctx->iv = sock_kmalloc(sk, ivlen, GFP_KERNEL);
sock_kmalloc       41 crypto/algif_hash.c 	ctx->result = sock_kmalloc(sk, ds, GFP_KERNEL);
sock_kmalloc      433 crypto/algif_hash.c 	ctx = sock_kmalloc(sk, len, GFP_KERNEL);
sock_kmalloc      141 crypto/algif_rng.c 	ctx = sock_kmalloc(sk, len, GFP_KERNEL);
sock_kmalloc       99 crypto/algif_skcipher.c 	areq->tsgl = sock_kmalloc(sk, array_size(sizeof(*areq->tsgl),
sock_kmalloc      340 crypto/algif_skcipher.c 	ctx = sock_kmalloc(sk, len, GFP_KERNEL);
sock_kmalloc      344 crypto/algif_skcipher.c 	ctx->iv = sock_kmalloc(sk, crypto_skcipher_ivsize(tfm),
sock_kmalloc     1636 include/net/sock.h void *sock_kmalloc(struct sock *sk, int size, gfp_t priority);
sock_kmalloc      161 net/compat.c   		kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL);
sock_kmalloc     2155 net/core/sock.c EXPORT_SYMBOL(sock_kmalloc);
sock_kmalloc     2191 net/ipv4/igmp.c 	iml = sock_kmalloc(sk, sizeof(*iml), GFP_KERNEL);
sock_kmalloc     2386 net/ipv4/igmp.c 		newpsl = sock_kmalloc(sk, IP_SFLSIZE(count), GFP_KERNEL);
sock_kmalloc     2472 net/ipv4/igmp.c 		newpsl = sock_kmalloc(sk, IP_SFLSIZE(msf->imsf_numsrc),
sock_kmalloc     1098 net/ipv4/tcp_ipv4.c 	key = sock_kmalloc(sk, sizeof(*key), gfp);
sock_kmalloc       86 net/ipv6/anycast.c 	pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL);
sock_kmalloc      996 net/ipv6/exthdrs.c 	opt2 = sock_kmalloc(sk, opt->tot_len, GFP_ATOMIC);
sock_kmalloc     1078 net/ipv6/exthdrs.c 	opt2 = sock_kmalloc(sk, tot_len, GFP_ATOMIC);
sock_kmalloc      523 net/ipv6/ipv6_sockglue.c 		opt = sock_kmalloc(sk, sizeof(*opt) + optlen, GFP_KERNEL);
sock_kmalloc      157 net/ipv6/mcast.c 	mc_lst = sock_kmalloc(sk, sizeof(struct ipv6_mc_socklist), GFP_KERNEL);
sock_kmalloc      423 net/ipv6/mcast.c 		newpsl = sock_kmalloc(sk, IP6_SFLSIZE(count), GFP_ATOMIC);
sock_kmalloc      505 net/ipv6/mcast.c 		newpsl = sock_kmalloc(sk, IP6_SFLSIZE(gsf->gf_numsrc),
sock_kmalloc      185 net/sctp/protocol.c 		newopt = sock_kmalloc(newsk, sizeof(*inet_opt) +
sock_kmalloc     2264 net/socket.c   			ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL);