Searched refs:ancestor_size (Results 1 – 3 of 3) sorted by relevance
341 int ancestor_size = sizeof(struct inet_sock); in inet_sk_copy_descendant() local344 ancestor_size += sizeof(struct ipv6_pinfo); in inet_sk_copy_descendant()346 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()
275 const int ancestor_size) in __inet_sk_copy_descendant() argument278 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
8829 int ancestor_size = sizeof(struct inet_sock) + in sctp_copy_descendant() local8834 ancestor_size += sizeof(struct ipv6_pinfo); in sctp_copy_descendant()8836 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()