Searched refs:CMSG_COMPAT_OK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 121 #define CMSG_COMPAT_OK(ucmlen, ucmsg, mhdr) \ macro 161 if (!CMSG_COMPAT_OK(ucmlen, ucmsg, kmsg)) in cmsghdr_from_user_compat_to_kern() 189 if (!CMSG_COMPAT_OK(cmsg.cmsg_len, ucmsg, kmsg)) in cmsghdr_from_user_compat_to_kern()
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 119 #define CMSG_COMPAT_OK(ucmlen, ucmsg, mhdr) \ macro 159 if (!CMSG_COMPAT_OK(ucmlen, ucmsg, kmsg)) in cmsghdr_from_user_compat_to_kern() 187 if (!CMSG_COMPAT_OK(cmsg.cmsg_len, ucmsg, kmsg)) in cmsghdr_from_user_compat_to_kern()
|
Completed in 3 milliseconds