Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_sock.h274 const struct sock *sk_from, in __inet_sk_copy_descendant() argument
277 memcpy(inet_sk(sk_to) + 1, inet_sk(sk_from) + 1, in __inet_sk_copy_descendant()
278 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
282 const struct sock *sk_from) 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/
Dipv6.h339 const struct sock *sk_from) in inet_sk_copy_descendant() argument
343 if (sk_from->sk_family == PF_INET6) in inet_sk_copy_descendant()
346 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()
/Linux-v4.19/net/sctp/
Dsocket.c8827 const struct sock *sk_from) in sctp_copy_descendant() argument
8833 if (sk_from->sk_family == PF_INET6) in sctp_copy_descendant()
8836 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()