Home
last modified time | relevance | path

Searched refs:sk_from (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dinet_sock.h198 const struct sock *sk_from, in __inet_sk_copy_descendant() argument
201 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()
202 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
206 const struct sock *sk_from) in inet_sk_copy_descendant() argument
208 __inet_sk_copy_descendant(sk_to, sk_from, sizeof(struct inet_sock)); in inet_sk_copy_descendant()
/include/linux/
Dipv6.h456 const struct sock *sk_from) in inet_sk_copy_descendant() argument
460 if (sk_from->sk_family == PF_INET6) in inet_sk_copy_descendant()
463 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()