Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dipv6.h349 int ancestor_size = sizeof(struct inet_sock); in inet_sk_copy_descendant() local
352 ancestor_size += sizeof(struct ipv6_pinfo); in inet_sk_copy_descendant()
354 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in inet_sk_copy_descendant()
/Linux-v5.4/include/net/
Dinet_sock.h293 const int ancestor_size) in __inet_sk_copy_descendant() argument
296 sk_from->sk_prot->obj_size - ancestor_size); in __inet_sk_copy_descendant()
/Linux-v5.4/net/sctp/
Dsocket.c9329 int ancestor_size = sizeof(struct inet_sock) + in sctp_copy_descendant() local
9334 ancestor_size += sizeof(struct ipv6_pinfo); in sctp_copy_descendant()
9336 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size); in sctp_copy_descendant()