Lines Matching refs:iov_len
625 arg.iov[0].iov_len = sizeof(rep.th); in tcp_v4_send_reset()
666 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_reset()
667 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_reset()
676 arg.iov[0].iov_len, IPPROTO_TCP, 0); in tcp_v4_send_reset()
690 &arg, arg.iov[0].iov_len); in tcp_v4_send_reset()
729 arg.iov[0].iov_len = sizeof(rep.th); in tcp_v4_send_ack()
736 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
742 rep.th.doff = arg.iov[0].iov_len / 4; in tcp_v4_send_ack()
756 arg.iov[0].iov_len += TCPOLEN_MD5SIG_ALIGNED; in tcp_v4_send_ack()
757 rep.th.doff = arg.iov[0].iov_len/4; in tcp_v4_send_ack()
767 arg.iov[0].iov_len, IPPROTO_TCP, 0); in tcp_v4_send_ack()
775 &arg, arg.iov[0].iov_len); in tcp_v4_send_ack()