Home
last modified time | relevance | path

Searched refs:sock_kmemdup (Results 1 – 7 of 7) sorted by relevance

/linux/net/mptcp/
H A Dpm_userspace.c71 e = sock_kmemdup(sk, entry, sizeof(*entry), GFP_ATOMIC); in mptcp_userspace_pm_append_new_local_addr()
H A Dprotocol.c3544 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in mptcp_copy_ip_options()
/linux/crypto/
H A Daf_alg.c327 key_data = sock_kmemdup(&ask->sk, ret, key_datalen, GFP_KERNEL); in alg_setkey_by_key_serial()
/linux/net/ipv6/
H A Dexthdrs.c1237 opt2 = sock_kmemdup(sk, opt, opt->tot_len, GFP_ATOMIC); in ipv6_dup_options()
/linux/net/sctp/
H A Dprotocol.c189 newopt = sock_kmemdup(newsk, inet_opt, sizeof(*inet_opt) + in sctp_v4_copy_ip_options()
/linux/net/core/
H A Dsock.c2900 void *sock_kmemdup(struct sock *sk, const void *src, in sock_kmemdup() function
2910 EXPORT_SYMBOL(sock_kmemdup);
/linux/include/net/
H A Dsock.h1901 void *sock_kmemdup(struct sock *sk, const void *src,