Symbol: sock_kmalloc
crypto/af_alg.c
1184
areq = sock_kmalloc(sk, areqlen, GFP_KERNEL);
crypto/af_alg.c
1236
rsgl = sock_kmalloc(sk, sizeof(*rsgl), GFP_KERNEL);
crypto/af_alg.c
215
key = sock_kmalloc(sk, keylen, GFP_KERNEL);
crypto/af_alg.c
327
key_data = sock_kmalloc(&ask->sk, key_datalen, GFP_KERNEL);
crypto/af_alg.c
617
sgl = sock_kmalloc(sk,
crypto/algif_aead.c
163
areq->tsgl = sock_kmalloc(sk, array_size(sizeof(*areq->tsgl),
crypto/algif_aead.c
405
ctx = sock_kmalloc(sk, len, GFP_KERNEL);
crypto/algif_aead.c
410
ctx->iv = sock_kmalloc(sk, ivlen, GFP_KERNEL);
crypto/algif_hash.c
41
ctx->result = sock_kmalloc(sk, ds, GFP_KERNEL);
crypto/algif_hash.c
415
ctx = sock_kmalloc(sk, len, GFP_KERNEL);
crypto/algif_rng.c
247
ctx = sock_kmalloc(sk, len, GFP_KERNEL);
crypto/algif_skcipher.c
144
areq->tsgl = sock_kmalloc(sk, array_size(sizeof(*areq->tsgl),
crypto/algif_skcipher.c
381
ctx = sock_kmalloc(sk, len, GFP_KERNEL);
crypto/algif_skcipher.c
386
ctx->iv = sock_kmalloc(sk, crypto_skcipher_ivsize(tfm),
crypto/algif_skcipher.c
69
ctx->state = sock_kmalloc(sk, statesize, GFP_ATOMIC);
include/net/sock.h
1897
void *sock_kmalloc(struct sock *sk, int size, gfp_t priority);
net/compat.c
176
kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL);
net/core/sock.c
2887
EXPORT_SYMBOL(sock_kmalloc);
net/core/sock.c
2898
mem = sock_kmalloc(sk, size, priority);
net/ipv4/igmp.c
2296
iml = sock_kmalloc(sk, sizeof(*iml), GFP_KERNEL);
net/ipv4/igmp.c
2491
newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, count),
net/ipv4/igmp.c
2580
newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr,
net/ipv4/tcp_ao.c
1583
key = sock_kmalloc(sk, size, GFP_KERNEL);
net/ipv4/tcp_ao.c
250
new_key = sock_kmalloc(sk, tcp_ao_sizeof_key(key),
net/ipv4/tcp_ipv4.c
1399
key = sock_kmalloc(sk, sizeof(*key), gfp | __GFP_ZERO);
net/ipv6/anycast.c
90
pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL);
net/ipv6/exthdrs.c
1299
opt2 = sock_kmalloc(sk, tot_len, GFP_ATOMIC);
net/ipv6/ipv6_sockglue.c
835
opt = sock_kmalloc(sk, sizeof(*opt) + optlen, GFP_KERNEL);
net/ipv6/mcast.c
216
mc_lst = sock_kmalloc(sk, sizeof(struct ipv6_mc_socklist), GFP_KERNEL);
net/ipv6/mcast.c
448
newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, count),
net/ipv6/mcast.c
536
newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr,
net/socket.c
2564
ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL);