__cmsg            128 include/linux/socket.h 					       struct cmsghdr *__cmsg)
__cmsg            132 include/linux/socket.h 	__ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) +  CMSG_ALIGN(__cmsg->cmsg_len));
__cmsg            139 include/linux/socket.h static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg)
__cmsg            141 include/linux/socket.h 	return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg);