Lines Matching defs:msghdr
9477 struct msghdr { struct
9478 void *msg_name;
9479 int msg_namelen;
9480 int msg_inq;
9481 struct iov_iter msg_iter;
9482 union {
9486 bool msg_control_is_user: 1;
9487 bool msg_get_inq: 1;
9488 unsigned int msg_flags;
9489 __kernel_size_t msg_controllen;
9490 struct kiocb *msg_iocb;
9491 struct ubuf_info *msg_ubuf;
9492 int (*sg_from_iter)(struct sock *, struct sk_buff *, struct iov_iter *, size_t);