Searched refs:sock_kmemdup (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mptcp/ |
| H A D | pm_userspace.c | 71 e = sock_kmemdup(sk, entry, sizeof(*entry), GFP_ATOMIC); in mptcp_userspace_pm_append_new_local_addr()
|
| H A D | protocol.c | 3544 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options()
|
| /linux/crypto/ |
| H A D | af_alg.c | 327 key_data = sock_kmemdup(&ask->sk, ret, key_datalen, GFP_KERNEL); in alg_setkey_by_key_serial()
|
| /linux/net/ipv6/ |
| H A D | exthdrs.c | 1237 opt2 = sock_kmemdup(sk, opt, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options()
|
| /linux/net/sctp/ |
| H A D | protocol.c | 189 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options()
|
| /linux/net/core/ |
| H A D | sock.c | 2900 void *sock_kmemdup(struct sock *sk, const void *src, in sock_kmemdup() function 2910 EXPORT_SYMBOL(sock_kmemdup);
|
| /linux/include/net/ |
| H A D | sock.h | 1901 void *sock_kmemdup(struct sock *sk, const void *src,
|