Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dinet_sock.h306 const struct sock *sk_from, in __inet_sk_copy_descendant() argument
309 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()
310 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
/kernel/linux/linux-5.10/net/sctp/
Dsocket.c9257 const struct sock *sk_from) in sctp_copy_descendant() argument
9261 ancestor_size += sk_from->sk_prot->obj_size; in sctp_copy_descendant()
9263 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()