Home
last modified time | relevance | path

Searched refs:sk_dontcopy_end (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c912 memcpy(&nreq_sk->sk_dontcopy_end, &req_sk->sk_dontcopy_end, in inet_reqsk_clone()
913 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end)); in inet_reqsk_clone()
/kernel/linux/linux-6.6/net/core/
H A Dsock.c2055 * We must not copy fields between sk_dontcopy_begin and sk_dontcopy_end
2071 offsetof(struct sock, sk_dontcopy_end)); in sock_copy()
2075 memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()
2076 prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy()
/kernel/linux/linux-5.10/net/core/
H A Dsock.c1662 * We must not copy fields between sk_dontcopy_begin and sk_dontcopy_end
1672 memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()
1673 prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h368 #define sk_dontcopy_end __sk_common.skc_dontcopy_end macro
/kernel/linux/linux-6.6/include/net/
H A Dsock.h372 #define sk_dontcopy_end __sk_common.skc_dontcopy_end macro

Completed in 21 milliseconds