Searched refs:sk_to (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | inet_sock.h | 273 static inline void __inet_sk_copy_descendant(struct sock *sk_to, in __inet_sk_copy_descendant() argument 277 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant() 281 static inline void inet_sk_copy_descendant(struct sock *sk_to, in inet_sk_copy_descendant() argument 284 __inet_sk_copy_descendant(sk_to, sk_from, sizeof(struct inet_sock)); in inet_sk_copy_descendant()
|
/Linux-v4.19/include/linux/ |
D | ipv6.h | 338 static inline void inet_sk_copy_descendant(struct sock *sk_to, in inet_sk_copy_descendant() argument 346 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()
|
/Linux-v4.19/net/sctp/ |
D | socket.c | 8826 static inline void sctp_copy_descendant(struct sock *sk_to, in sctp_copy_descendant() argument 8836 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()
|