Lines Matching refs:mmsg
60 const struct mmsghdr *const mmsg = elem_buf; in print_struct_mmsghdr() local
70 print_struct_msghdr(tcp, &mmsg->msg_hdr, c->p_user_msg_namelen, in print_struct_mmsghdr()
71 c->use_msg_len ? mmsg->msg_len : (kernel_ulong_t) -1); in print_struct_mmsghdr()
73 tprintf(", msg_len=%u", mmsg->msg_len); in print_struct_mmsghdr()
132 struct mmsghdr mmsg; in decode_mmsgvec() local
146 print_array(tcp, addr, vlen, &mmsg, sizeof_struct_mmsghdr(), in decode_mmsgvec()
156 struct mmsghdr mmsg; in dumpiov_in_mmsghdr() local
159 fetched = fetch_struct_mmsghdr(tcp, addr, &mmsg); in dumpiov_in_mmsghdr()
163 (kernel_ulong_t) mmsg.msg_hdr.msg_iovlen, i); in dumpiov_in_mmsghdr()
164 dumpiov_upto(tcp, mmsg.msg_hdr.msg_iovlen, in dumpiov_in_mmsghdr()
165 ptr_to_kulong(mmsg.msg_hdr.msg_iov), in dumpiov_in_mmsghdr()
166 mmsg.msg_len); in dumpiov_in_mmsghdr()