提交 eb97768a 编写于 作者: F FX Le Bail 提交者: David S. Miller

net: update comments of "struct msghdr" with the more accurate RFC3542 ones

Signed-off-by: NFrancois-Xavier Le Bail <fx.lebail@yahoo.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 fa35864e
...@@ -45,13 +45,13 @@ struct linger { ...@@ -45,13 +45,13 @@ struct linger {
*/ */
struct msghdr { struct msghdr {
void * msg_name; /* Socket name */ void *msg_name; /* ptr to socket address structure */
int msg_namelen; /* Length of name */ int msg_namelen; /* size of socket address structure */
struct iovec * msg_iov; /* Data blocks */ struct iovec *msg_iov; /* scatter/gather array */
__kernel_size_t msg_iovlen; /* Number of blocks */ __kernel_size_t msg_iovlen; /* # elements in msg_iov */
void * msg_control; /* Per protocol magic (eg BSD file descriptor passing) */ void *msg_control; /* ancillary data */
__kernel_size_t msg_controllen; /* Length of cmsg list */ __kernel_size_t msg_controllen; /* ancillary data buffer length */
unsigned int msg_flags; unsigned int msg_flags; /* flags on received message */
}; };
/* For recvmmsg/sendmmsg */ /* For recvmmsg/sendmmsg */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册