Searched refs:sk_to (Results 1 – 2 of 2) sorted by relevance
197 static inline void __inet_sk_copy_descendant(struct sock *sk_to, in __inet_sk_copy_descendant() argument201 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()205 static inline void inet_sk_copy_descendant(struct sock *sk_to, in inet_sk_copy_descendant() argument208 __inet_sk_copy_descendant(sk_to, sk_from, sizeof(struct inet_sock)); in inet_sk_copy_descendant()
455 static inline void inet_sk_copy_descendant(struct sock *sk_to, in inet_sk_copy_descendant() argument463 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()