Searched refs:sk_dontcopy_end (Results 1 – 3 of 3) sorted by relevance
936 unsafe_memcpy(&nreq_sk->sk_dontcopy_end, &req_sk->sk_dontcopy_end, in inet_reqsk_clone() 937 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end), in inet_reqsk_clone()
2203 * We must not copy fields between sk_dontcopy_begin and sk_dontcopy_end in sock_copy() 2219 offsetof(struct sock, sk_dontcopy_end)); in sock_copy() 2223 unsafe_memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy() 2224 prot->obj_size - offsetof(struct sock, sk_dontcopy_end), in sock_copy()
380 #define sk_dontcopy_end __sk_common.skc_dontcopy_end macro