Searched refs:sock_kmalloc (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/crypto/ |
D | algif_rng.c | 142 ctx = sock_kmalloc(sk, len, GFP_KERNEL); in rng_accept_parent()
|
D | algif_hash.c | 412 ctx = sock_kmalloc(sk, len, GFP_KERNEL); in hash_accept_parent_nokey() 416 ctx->result = sock_kmalloc(sk, ds, GFP_KERNEL); in hash_accept_parent_nokey()
|
D | algif_aead.c | 556 ctx = sock_kmalloc(sk, len, GFP_KERNEL); in aead_accept_parent() 561 ctx->iv = sock_kmalloc(sk, ivlen, GFP_KERNEL); in aead_accept_parent()
|
D | algif_skcipher.c | 132 sgl = sock_kmalloc(sk, sizeof(*sgl) + in skcipher_alloc_sgl() 928 ctx = sock_kmalloc(sk, len, GFP_KERNEL); in skcipher_accept_parent_nokey() 932 ctx->iv = sock_kmalloc(sk, crypto_skcipher_ivsize(skcipher), in skcipher_accept_parent_nokey()
|
D | af_alg.c | 212 key = sock_kmalloc(sk, keylen, GFP_KERNEL); in alg_setkey()
|
/linux-4.4.14/net/ipv6/ |
D | exthdrs.c | 718 opt2 = sock_kmalloc(sk, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options() 789 opt2 = sock_kmalloc(sk, tot_len, GFP_ATOMIC); in ipv6_renew_options()
|
D | anycast.c | 72 pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL); in ipv6_sock_ac_join()
|
D | mcast.c | 158 mc_lst = sock_kmalloc(sk, sizeof(struct ipv6_mc_socklist), GFP_KERNEL); in ipv6_sock_mc_join() 406 newpsl = sock_kmalloc(sk, IP6_SFLSIZE(count), GFP_ATOMIC); in ip6_mc_source() 488 newpsl = sock_kmalloc(sk, IP6_SFLSIZE(gsf->gf_numsrc), in ip6_mc_msfilter()
|
D | ipv6_sockglue.c | 490 opt = sock_kmalloc(sk, sizeof(*opt) + optlen, GFP_KERNEL); in do_ipv6_setsockopt()
|
/linux-4.4.14/net/rds/ |
D | rdma.c | 579 iovs = sock_kmalloc(rds_rs_to_sk(rs), iov_size, GFP_KERNEL); in rds_cmsg_rdma_args()
|
/linux-4.4.14/net/ipv4/ |
D | igmp.c | 2078 iml = sock_kmalloc(sk, sizeof(*iml), GFP_KERNEL); in ip_mc_join_group() 2258 newpsl = sock_kmalloc(sk, IP_SFLSIZE(count), GFP_KERNEL); in ip_mc_source() 2344 newpsl = sock_kmalloc(sk, IP_SFLSIZE(msf->imsf_numsrc), in ip_mc_msfilter()
|
D | tcp_ipv4.c | 942 key = sock_kmalloc(sk, sizeof(*key), gfp); in tcp_md5_do_add()
|
/linux-4.4.14/net/ |
D | compat.c | 159 kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); in cmsghdr_from_user_compat_to_kern()
|
D | socket.c | 1914 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ___sys_sendmsg()
|
/linux-4.4.14/net/core/ |
D | sock.c | 1763 void *sock_kmalloc(struct sock *sk, int size, gfp_t priority) in sock_kmalloc() function 1779 EXPORT_SYMBOL(sock_kmalloc);
|
/linux-4.4.14/include/net/ |
D | sock.h | 1539 void *sock_kmalloc(struct sock *sk, int size, gfp_t priority);
|