Searched refs:sock_kmalloc (Results 1 – 9 of 9) sorted by relevance
| /linux/crypto/ |
| H A D | algif_skcipher.c | 88 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 D | anycast.c | 90 pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL); in ipv6_sock_ac_join()
|
| H A D | mcast.c | 216 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 D | compat.c | 175 kcmsg_base = kcmsg = sock_kmalloc(sk, kcmlen, GFP_KERNEL); in cmsghdr_from_user_compat_to_kern()
|
| H A D | socket.c | 2685 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL); in ____sys_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | igmp.c | 2331 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 D | tcp_ao.c | 354 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 D | tcp_ipv4.c | 1376 key = sock_kmalloc(sk, sizeof(*key), gfp | __GFP_ZERO);
|
| /linux/net/core/ |
| H A D | sock.c | 2886 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()
|