Home
last modified time | relevance | path

Searched refs:sock_kmalloc (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
H A Dalgif_skcipher.c88 ctx->state = sock_kmalloc(sk, statesize, GFP_ATOMIC); in algif_skcipher_export()
154 areq->tsgl = sock_kmalloc(sk, array_size(sizeof(*areq->tsgl), in _skcipher_recvmsg()
377 ctx = sock_kmalloc(sk, len, GFP_KERNEL); in skcipher_accept_parent_nokey()
382 ctx->iv = sock_kmalloc(sk, crypto_skcipher_ivsize(tfm), in skcipher_accept_parent_nokey()
/linux/net/ipv6/
H A Danycast.c90 pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL); in ipv6_sock_ac_join()
H A Dmcast.c216 mc_lst = sock_kmalloc(sk, sizeof(struct ipv6_mc_socklist), GFP_KERNEL); in __ipv6_sock_mc_join()
448 newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, count), in ip6_mc_source()
536 newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, in ip6_mc_msfilter()
/linux/net/
H A Dcompat.c175 kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); in cmsghdr_from_user_compat_to_kern()
H A Dsocket.c2685 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg()
/linux/net/ipv4/
H A Digmp.c2331 iml = sock_kmalloc(sk, sizeof(*iml), GFP_KERNEL); in __ip_mc_join_group()
2526 newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, count), in ip_mc_source()
2615 newpsl = sock_kmalloc(sk, struct_size(newpsl, sl_addr, in ip_mc_msfilter()
H A Dtcp_ao.c354 new_key = sock_kmalloc(sk, tcp_ao_sizeof_key(key), in tcp_ao_copy_key()
1563 key = sock_kmalloc(sk, size, GFP_KERNEL); in tcp_ao_key_alloc()
H A Dtcp_ipv4.c1376 key = sock_kmalloc(sk, sizeof(*key), gfp | __GFP_ZERO);
/linux/net/core/
H A Dsock.c2886 void *sock_kmalloc(struct sock *sk, int size, gfp_t priority) in sock_kmalloc() function
2904 EXPORT_SYMBOL(sock_kmalloc);
2915 mem = sock_kmalloc(sk, size, priority); in sock_kmemdup()