Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dinet_connection_sock.c905 memcpy(&nreq_sk->sk_dontcopy_end, &req_sk->sk_dontcopy_end, in inet_reqsk_clone()
906 req->rsk_ops->obj_size - offsetof(struct sock, sk_dontcopy_end)); in inet_reqsk_clone()
/linux-6.3-rc2/net/core/
A Dsock.c2013 offsetof(struct sock, sk_dontcopy_end)); in sock_copy()
2017 memcpy(&nsk->sk_dontcopy_end, &osk->sk_dontcopy_end, in sock_copy()
2018 prot->obj_size - offsetof(struct sock, sk_dontcopy_end)); in sock_copy()
/linux-6.3-rc2/include/net/
A Dsock.h371 #define sk_dontcopy_end __sk_common.skc_dontcopy_end macro

Completed in 19 milliseconds