Home
last modified time | relevance | path

Searched refs:check_object_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Duaccess.h86 check_object_size(to, n, false); in __copy_from_user_inatomic()
101 check_object_size(to, n, false); in __copy_from_user()
126 check_object_size(from, n, true); in __copy_to_user_inatomic()
137 check_object_size(from, n, true); in __copy_to_user()
Dthread_info.h211 static __always_inline void check_object_size(const void *ptr, unsigned long n, in check_object_size() function
218 static inline void check_object_size(const void *ptr, unsigned long n, in check_object_size() function
251 check_object_size(addr, bytes, is_source); in check_copy_size()
/linux-6.6.21/lib/
Dstrncpy_from_user.c137 check_object_size(dst, count, false); in strncpy_from_user()
/linux-6.6.21/net/core/
Dscm.c239 check_object_size(data, cmlen - sizeof(*cm), true); in put_cmsg()