Home
last modified time | relevance | path

Searched refs:ancestor_size (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dinet_sock.h307 const int ancestor_size) in __inet_sk_copy_descendant()
310 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
305 __inet_sk_copy_descendant(struct sock *sk_to, const struct sock *sk_from, const int ancestor_size) __inet_sk_copy_descendant() argument
/kernel/linux/linux-6.6/include/net/
H A Dinet_sock.h339 const int ancestor_size) in __inet_sk_copy_descendant()
342 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
337 __inet_sk_copy_descendant(struct sock *sk_to, const struct sock *sk_from, const int ancestor_size) __inet_sk_copy_descendant() argument
/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c9260 size_t ancestor_size = sizeof(struct inet_sock); in sctp_copy_descendant() local
9262 ancestor_size += sk_from->sk_prot->obj_size; in sctp_copy_descendant()
9263 ancestor_size -= offsetof(struct sctp_sock, pd_lobby); in sctp_copy_descendant()
9264 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c9504 size_t ancestor_size = sizeof(struct inet_sock); in sctp_copy_descendant() local
9506 ancestor_size += sk_from->sk_prot->obj_size; in sctp_copy_descendant()
9507 ancestor_size -= offsetof(struct sctp_sock, pd_lobby); in sctp_copy_descendant()
9508 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()

Completed in 23 milliseconds