Searched refs:sk_to (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_sock.h | 305 static inline void __inet_sk_copy_descendant(struct sock *sk_to, in __inet_sk_copy_descendant() argument 309 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_sock.h | 337 static inline void __inet_sk_copy_descendant(struct sock *sk_to, in __inet_sk_copy_descendant() argument 341 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | socket.c | 9257 static inline void sctp_copy_descendant(struct sock *sk_to, in sctp_copy_descendant() argument 9264 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | socket.c | 9501 static inline void sctp_copy_descendant(struct sock *sk_to, in sctp_copy_descendant() argument 9508 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()
|
Completed in 22 milliseconds