Searched refs:tmp_space (Results 1 – 1 of 1) sorted by relevance
2270 socklen_t tmp_space; in copyout_control() local2283 tmp_space = CMSG_SPACE(sizeof(struct user64_timeval)); in copyout_control()2291 tmp_space = CMSG_SPACE(sizeof(struct user32_timeval)); in copyout_control()2293 if (len >= tmp_space) { in copyout_control()2294 tocopy = tmp_space; in copyout_control()