Searched refs:TARGET_CMSG_SPACE (Results 1 – 2 of 2) sorted by relevance
383 #define TARGET_CMSG_SPACE(len) (sizeof(struct target_cmsghdr) + \ macro
2061 tgt_space = TARGET_CMSG_SPACE(tgt_len); in host_to_target_cmsg()