Searched refs:control_end (Results 1 – 2 of 2) sorted by relevance
3531 control_end(struct control *control) in control_end() function3669 rc |= control_end(&control); in one_file()
2507 char *const control_end = p + controllen;2509 if (p + sizeof(__sanitizer_cmsghdr) > control_end) break;2513 if (p + RoundUpTo(cmsg->cmsg_len, sizeof(uptr)) > control_end) break;